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

Commit

Permalink
Fix list of Node compat (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Sep 14, 2023
1 parent 7785204 commit 98d0bbe
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions node/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,22 +749,6 @@ which modules you need by
</td>
</tr>

<tr>
<td>
<a href="https://nodejs.org/api/webcrypto.html">
<code>node:webcrypto</code>
</a>
</td>
<td>
❌ Missing
</td>
<td>
<p>
All exports are non-functional stubs.
</p>
</td>
</tr>

<tr>
<td>
<a href="https://nodejs.org/api/worker_threads.html">
Expand Down Expand Up @@ -810,6 +794,9 @@ which modules you need by

This is the list of Node globals that Deno supports.

These globals are only available in the `npm` package scope. In your own code
you can use them by importing them from the relevant `node:` module.

| Global name | Status |
| ---------------------------------------------------------------------------------------------------------------- | ------ |
| [`AbortController`](https://nodejs.org/api/globals.html#class-abortcontroller) ||
Expand Down

0 comments on commit 98d0bbe

Please sign in to comment.