-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preliminary support for callback interfaces
Implemented JS-to-IDL type conversion but not: - Saving callback context [1] - Call a user object's operation [2] - IDL-to-JS type conversion (#71) - Legacy callback interface object [3] Fixes jsdom/jsdom#2869. [1]: https://heycam.github.io/webidl/#dfn-callback-context [2]: https://heycam.github.io/webidl/#call-a-user-objects-operation [3]: https://heycam.github.io/webidl/#dfn-legacy-callback-interface-object
- Loading branch information
Showing
5 changed files
with
315 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.