mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 12:28:50 +00:00
chore: update comment
This commit is contained in:
parent
7946daaabc
commit
bf05615047
@ -52,7 +52,6 @@ const fn str_to_utf16<const N: usize>(s: &str) -> [u16; N] {
|
|||||||
// - clearImmediate (node only)
|
// - clearImmediate (node only)
|
||||||
// - clearInterval (both, but different implementation)
|
// - clearInterval (both, but different implementation)
|
||||||
// - clearTimeout (both, but different implementation)
|
// - clearTimeout (both, but different implementation)
|
||||||
// - global (node only)
|
|
||||||
// - performance (both, but different implementation)
|
// - performance (both, but different implementation)
|
||||||
// - setImmediate (node only)
|
// - setImmediate (node only)
|
||||||
// - setInterval (both, but different implementation)
|
// - setInterval (both, but different implementation)
|
||||||
|
Loading…
Reference in New Issue
Block a user