mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat(unstable): --allow-net subdomain wildcards (#29327)
This commit is contained in:
parent
cb23193f74
commit
ab9673dcc1
15 changed files with 377 additions and 54 deletions
|
@ -18,9 +18,9 @@ export const unstableIds = {
|
|||
nodeGlobals: 13,
|
||||
otel: 15,
|
||||
process: 16,
|
||||
temporal: 18,
|
||||
unsafeProto: 19,
|
||||
vsock: 20,
|
||||
webgpu: 21,
|
||||
workerOptions: 22,
|
||||
temporal: 19,
|
||||
unsafeProto: 20,
|
||||
vsock: 21,
|
||||
webgpu: 22,
|
||||
workerOptions: 23,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue