wasm-bindgen/crates
Alex Crichton 8181f7fa95 Implement WebIDL callback interfaces
This commit implements callback interfaces for WebIDL, the final WebIDL
construct that we were unconditionally ignoring! Callback interfaces are
implemented as dictionaries of callbacks. Single-operation callback interfaces
are also expanded when flattening to accept a `Function` as well, in accordance
with the WebIDL spec.

New features have been added to `web-sys` for all the new callback interface
types. Additionally the `EventTarget.webidl` was tweaked to not have
`EventListener?` as this is required for all functional usage and there's no
need to keep that sort of web browser compat here.

Closes #258
2018-09-10 12:00:50 -07:00
..
backend Change how filtering is done in WebIDL 2018-09-10 11:58:31 -07:00
cli Bump to 0.2.21 2018-09-06 22:10:11 -07:00
cli-support Bump to 0.2.21 2018-09-06 22:10:11 -07:00
futures Bump to 0.2.21 2018-09-06 22:10:11 -07:00
js-sys Implement the Iterator trait for JS iterators 2018-09-10 10:38:04 -07:00
macro Bump to 0.2.21 2018-09-06 22:10:11 -07:00
macro-support Bump to 0.2.21 2018-09-06 22:10:11 -07:00
shared Bump to 0.2.21 2018-09-06 22:10:11 -07:00
test Bump to 0.2.21 2018-09-06 22:10:11 -07:00
test-macro Bump to 0.2.21 2018-09-06 22:10:11 -07:00
typescript Update syn to 0.15 2018-09-06 15:01:24 -07:00
wasm-interpreter Bump to 0.2.21 2018-09-06 22:10:11 -07:00
web-sys Implement WebIDL callback interfaces 2018-09-10 12:00:50 -07:00
webidl Implement WebIDL callback interfaces 2018-09-10 12:00:50 -07:00
webidl-tests Implement WebIDL callback interfaces 2018-09-10 12:00:50 -07:00