Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2025-11-20
/
.
/
test
/
parallel
/
test-permission-net-warning.js
blob: 65fae2a1001b4ffeb9a9fe546201902b5c9beb97 [
file
] [
edit
]
// Flags: --permission --allow-net --allow-fs-read=*
'use strict'
;
const
common
=
require
(
'../common'
);
common
.
expectWarning
(
'ExperimentalWarning'
,
'The flag --allow-net is under experimental phase.'
);