| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e624713 commit 9b9060d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -271,8 +271,8 @@ See `common.expectWarning()` for usage. | |||
| 271 | 271 | Indicates whether 'opensslCli' is supported. | |
| 272 | 272 | ||
| 273 | 273 | ### platformTimeout(ms) | |
| 274 | - * `ms` [<number>|<bigint>] | ||
| 275 | - * return [<number>|<bigint>] | ||
| 274 | + * `ms` [<number>] | [<bigint>] | ||
| 275 | + * return [<number>] | [<bigint>] | ||
| 276 | 276 | ||
| 277 | 277 | Returns a timeout value based on detected conditions. For example, a debug build | |
| 278 | 278 | may need extra time so the returned value will be larger than on a release | |
@@ -793,11 +793,12 @@ See [the WPT tests README][] for details. | |||
| 793 | 793 | [<Function>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function | |
| 794 | 794 | [<Object>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object | |
| 795 | 795 | [<RegExp>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp | |
| 796 | + [<bigint>]: https://github.com/tc39/proposal-bigint | ||
| 796 | 797 | [<boolean>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type | |
| 797 | 798 | [<number>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type | |
| 798 | 799 | [<string>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type | |
| 800 | + [Web Platform Tests]: https://github.com/web-platform-tests/wpt | ||
| 799 | 801 | [`hijackstdio.hijackStdErr()`]: #hijackstderrlistener | |
| 800 | 802 | [`hijackstdio.hijackStdOut()`]: #hijackstdoutlistener | |
| 801 | 803 | [internationalization]: https://github.com/nodejs/node/wiki/Intl | |
| 802 | - [Web Platform Tests]: https://github.com/web-platform-tests/wpt | ||
| 803 | 804 | [the WPT tests README]: ../wpt/README.md | |
| Back | FazBrowse Home | New Git URL |
0 commit comments