feat(unstable): --allow-net subdomain wildcards (#29327)

This commit is contained in:
Nayeem Rahman 2025-05-29 04:05:37 +01:00 committed by GitHub
parent cb23193f74
commit ab9673dcc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 377 additions and 54 deletions

View file

@ -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,
};