-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
503f8b8
commit b9ed6b5
Showing
5 changed files
with
14 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
implement `new HandledPromise` interface | ||
implement updated `HandledPromise` interface: | ||
* use `new HandledPromise(...args)` instead of `Promise.makeHandled(...args)` | ||
* use `HandledPromise.resolve(x)` (exported also as `E.resolve(x)`) which | ||
returns x if it is already a HandledPromise or Promise, or x's corresponding | ||
HandledPromise, or a new HandledPromise | ||
* the promise handler now uses `get` instead of `GET` and `applyMethod` instead of `POST` | ||
* delete, has, and set traps and their corresponding `E` operations have been removed as per the spec | ||
* the `E.C` experimental "eventual chain" proxy has been removed |
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