1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/ext
Bartek Iwańczuk 8d5c0112fb
feat: don't require --unstable flag for npm programs (#16520)
This PR adds copies of several unstable APIs that are available
in "Deno[Deno.internal].nodeUnstable" namespace.

These copies do not perform unstable check (ie. don't require
"--unstable" flag to be present). Otherwise they work exactly
the same, including permission checks.

These APIs are not meant to be used by users directly and
can change at any time.

Copies of following APIs are available in that namespace:
- Deno.spawnChild
- Deno.spawn
- Deno.spawnSync
- Deno.serve
- Deno.upgradeHttpRaw
- Deno.listenDatagram
2022-11-10 22:03:28 +01:00
..
broadcast_channel chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
cache chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
console chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
crypto chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
fetch fix(ext/response): make error, json, redirect enumerable (#16497) 2022-11-10 00:31:14 +01:00
ffi chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
flash feat: don't require --unstable flag for npm programs (#16520) 2022-11-10 22:03:28 +01:00
http chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
napi chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
net feat: don't require --unstable flag for npm programs (#16520) 2022-11-10 22:03:28 +01:00
node feat: remove --unstable flag requirement for npm: specifiers (#16473) 2022-11-10 17:57:10 +01:00
tls chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
url chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
web chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
webgpu chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
webidl chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
websocket chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00
webstorage chore: forward v1.27.2 release commit to main (#16572) 2022-11-09 00:27:51 +01:00