forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update WPT tests of URL for URLSearchParams parsing %
Related: web-platform-tests/wpt#24152 Related: nodejs#35013 Fixes: nodejs#33892
- Loading branch information
Showing
32 changed files
with
5,677 additions
and
1,502 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into reffy-reports | ||
// (https://github.com/tidoust/reffy-reports) | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: Console Standard (https://console.spec.whatwg.org/) | ||
|
||
[Exposed=(Window,Worker,Worklet)] | ||
namespace console { // but see namespace object requirements below | ||
// Logging | ||
void assert(optional boolean condition = false, any... data); | ||
void clear(); | ||
void debug(any... data); | ||
void error(any... data); | ||
void info(any... data); | ||
void log(any... data); | ||
void table(optional any tabularData, optional sequence<DOMString> properties); | ||
void trace(any... data); | ||
void warn(any... data); | ||
void dir(optional any item, optional object? options); | ||
void dirxml(any... data); | ||
undefined assert(optional boolean condition = false, any... data); | ||
undefined clear(); | ||
undefined debug(any... data); | ||
undefined error(any... data); | ||
undefined info(any... data); | ||
undefined log(any... data); | ||
undefined table(optional any tabularData, optional sequence<DOMString> properties); | ||
undefined trace(any... data); | ||
undefined warn(any... data); | ||
undefined dir(optional any item, optional object? options); | ||
undefined dirxml(any... data); | ||
|
||
// Counting | ||
void count(optional DOMString label = "default"); | ||
void countReset(optional DOMString label = "default"); | ||
undefined count(optional DOMString label = "default"); | ||
undefined countReset(optional DOMString label = "default"); | ||
|
||
// Grouping | ||
void group(any... data); | ||
void groupCollapsed(any... data); | ||
void groupEnd(); | ||
undefined group(any... data); | ||
undefined groupCollapsed(any... data); | ||
undefined groupEnd(); | ||
|
||
// Timing | ||
void time(optional DOMString label = "default"); | ||
void timeLog(optional DOMString label = "default", any... data); | ||
void timeEnd(optional DOMString label = "default"); | ||
undefined time(optional DOMString label = "default"); | ||
undefined timeLog(optional DOMString label = "default", any... data); | ||
undefined timeEnd(optional DOMString label = "default"); | ||
}; |
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.