Alex Crichton 457efc0f31 Implement support for WebIDL Callback types
This commit adds support for the WebIDL `Callback` type by translating all
callbacks to the `js_sys::Function` type. This will enable passing raw JS values
into callbacks as well as Rust valus using the `Closure` type.

This commit doesn't currently implement "callback interfaces" in WebIDL, that's
left for a follow-up commit.
2018-09-06 19:50:46 -07:00
..
2018-09-06 15:01:24 -07:00
2018-09-06 14:49:43 -07:00
2018-09-06 14:49:43 -07:00
2018-09-06 15:01:24 -07:00
2018-09-06 15:01:24 -07:00
2018-09-06 14:49:43 -07:00
2018-09-06 14:49:43 -07:00
2018-09-06 14:49:43 -07:00
2018-09-06 15:01:24 -07:00
2018-09-06 14:49:43 -07:00