| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 331f0b3 commit 85cffb8
11 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ Last update: | |||
| 14 | 14 | - encoding: https://github.com/web-platform-tests/wpt/tree/5059d2c777/encoding | |
| 15 | 15 | - url: https://github.com/web-platform-tests/wpt/tree/418f7fabeb/url | |
| 16 | 16 | - resources: https://github.com/web-platform-tests/wpt/tree/e1fddfbf80/resources | |
| 17 | - - interfaces: https://github.com/web-platform-tests/wpt/tree/712c9f275e/interfaces | ||
| 17 | + - interfaces: https://github.com/web-platform-tests/wpt/tree/8ada332aea/interfaces | ||
| 18 | 18 | - html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/0c3bed38df/html/webappapis/microtask-queuing | |
| 19 | 19 | - html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/ddfe9c089b/html/webappapis/timers | |
| 20 | 20 | - hr-time: https://github.com/web-platform-tests/wpt/tree/a5d1774ecf/hr-time | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,10 +12,10 @@ namespace console { // but see namespace object requirements below | |||
| 12 | 12 | void error(any... data); | |
| 13 | 13 | void info(any... data); | |
| 14 | 14 | void log(any... data); | |
| 15 | - void table(any tabularData, optional sequence<DOMString> properties); | ||
| 15 | + void table(optional any tabularData, optional sequence<DOMString> properties); | ||
| 16 | 16 | void trace(any... data); | |
| 17 | 17 | void warn(any... data); | |
| 18 | - void dir(any item, optional object? options); | ||
| 18 | + void dir(optional any item, optional object? options); | ||
| 19 | 19 | void dirxml(any... data); | |
| 20 | 20 | ||
| 21 | 21 | // Counting | |
| Back | FazBrowse Home | New Git URL |
0 commit comments