@@ -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
0 commit comments