-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support info for Web APIs that node supports (#3160)
* Add node support info for URL and URLSearchParams objects Based on https://nodejs.org/dist/latest-v10.x/docs/api/url.html#url_class_urlsearchparams * Add node support info for console API * Add node support info for timing functions * Mark debug as alias for console.log * Add TextDecoder and TextEncoder node compatibility info * Add Performance API compatibility * Node has PerformanceMark and PerformanceMeasure * Node has a very similar looking Worker API Not sure if this warrants actual compatibility mention, but I thought I'd throw it in the mix * Add node support info to MessagePort and MessageChannel * Remove duplicated line in Console.json * Remove duplicate node versions that were merged in * Fix console compat data * Add setImmediate/clearImmediate * Add partial implementation for node *Immediate functions like for other timing functions * Remove erronous alternative_names for aliases * Remove trailing commas, set support to false because parent is false
- Loading branch information
1 parent
d146efb
commit 949732c
Showing
16 changed files
with
593 additions
and
0 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
Oops, something went wrong.