@b9g/async-context 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -227,10 +227,10 @@ The polyfill provides:
|
|
|
227
227
|
|
|
228
228
|
This package works in any JavaScript runtime that supports `AsyncLocalStorage`:
|
|
229
229
|
|
|
230
|
-
- ✅ Node.js 12.17+
|
|
231
|
-
- ✅ Bun
|
|
232
|
-
- ✅
|
|
233
|
-
-
|
|
230
|
+
- ✅ Node.js 12.17+
|
|
231
|
+
- ✅ Bun
|
|
232
|
+
- ✅ Deno
|
|
233
|
+
- ✅ Cloudflare Workers
|
|
234
234
|
|
|
235
235
|
## Differences from TC39 Proposal
|
|
236
236
|
|
package/package.json
CHANGED