From 7b3498cac8288b96e74088a379e39f0eb627e86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 13 Sep 2023 16:35:18 +0200 Subject: [PATCH] remove duplicate entry --- node/compatibility.md | 1 - 1 file changed, 1 deletion(-) diff --git a/node/compatibility.md b/node/compatibility.md index 96af4e73..c4afd2b8 100644 --- a/node/compatibility.md +++ b/node/compatibility.md @@ -856,7 +856,6 @@ This is the list of Node globals that Deno supports. | [`performance`](https://nodejs.org/api/globals.html#performance) | ✅ | | [`process`](https://nodejs.org/api/globals.html#process) | ✅ | | [`queueMicrotask`](https://nodejs.org/api/globals.html#queuemicrotaskcallback) | ✅ | -| [`queueMicrotask`](https://nodejs.org/api/globals.html#queuemicrotaskcallback) | ✅ | | [`ReadableByteStreamController`](https://nodejs.org/api/globals.html#class-readablebytestreamcontroller) | ✅ | | [`ReadableStream`](https://nodejs.org/api/globals.html#class-readablestream) | ✅ | | [`ReadableStreamBYOBReader`](https://nodejs.org/api/globals.html#class-readablestreambyobreader) | ✅ |