@@ -271,8 +271,8 @@ See `common.expectWarning()` for usage.
271271Indicates whether 'opensslCli' is supported.
272272
273273### platformTimeout(ms)
274- * ` ms ` [ < ; number>| < ; bigint>]
275- * return [ < ; number>| < ; bigint>]
274+ * ` ms ` [ < ; number>] | [ < ; bigint>]
275+ * return [ < ; number>] | [ < ; bigint>]
276276
277277Returns a timeout value based on detected conditions. For example, a debug build
278278may 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.
793793[ < ; Function>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function
794794[ < ; Object>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
795795[ < ; RegExp>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
796+ [ < ; bigint>] : https://github.com/tc39/proposal-bigint
796797[ < ; boolean>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type
797798[ < ; number>] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
798799[ < ; 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
799801[ `hijackstdio.hijackStdErr()` ] : #hijackstderrlistener
800802[ `hijackstdio.hijackStdOut()` ] : #hijackstdoutlistener
801803[ internationalization ] : https://github.com/nodejs/node/wiki/Intl
802- [ Web Platform Tests ] : https://github.com/web-platform-tests/wpt
803804[ the WPT tests README ] : ../wpt/README.md
0 commit comments