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

Fix list of Node compat #735

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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