Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 98d0bbe

Browse files
authored
Fix list of Node compat (#735)
1 parent 7785204 commit 98d0bbe

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

node/compatibility.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -749,22 +749,6 @@ which modules you need by
749749
</td>
750750
</tr>
751751

752-
<tr>
753-
<td>
754-
<a href="https://nodejs.org/api/webcrypto.html">
755-
<code>node:webcrypto</code>
756-
</a>
757-
</td>
758-
<td>
759-
❌ Missing
760-
</td>
761-
<td>
762-
<p>
763-
All exports are non-functional stubs.
764-
</p>
765-
</td>
766-
</tr>
767-
768752
<tr>
769753
<td>
770754
<a href="https://nodejs.org/api/worker_threads.html">
@@ -810,6 +794,9 @@ which modules you need by
810794

811795
This is the list of Node globals that Deno supports.
812796

797+
These globals are only available in the `npm` package scope. In your own code
798+
you can use them by importing them from the relevant `node:` module.
799+
813800
| Global name | Status |
814801
| ---------------------------------------------------------------------------------------------------------------- | ------ |
815802
| [`AbortController`](https://nodejs.org/api/globals.html#class-abortcontroller) ||

0 commit comments

Comments
 (0)