-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust callback function invocation.
Unforunately this isn't purely editorial, because in the process of adjusting the use of "invoke" a number of other things needed to be clarified. Namely: * the operation map now holds JS function objects (i.e., anything with [[Call]]) * these function objects are converted to a specific IDL types only when they are about to be invoked * the select URL algorithm reacts to the promise rather than expecting its value (or rejection reason) to be immediately available Part of whatwg/webidl#1425.
- Loading branch information
1 parent
114932f
commit b37bf84
Showing
1 changed file
with
23 additions
and
20 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