See
|
if (!no_browser_globals()) { |
|
result = ExecuteBootstrapper( |
|
this, "internal/bootstrap/browser", &node_params, &node_args); |
|
|
|
if (result.IsEmpty()) { |
|
return MaybeLocal<Value>(); |
|
} |
|
} |
I could not add fetch to bootstrap/browser.js because it's not allowed to access CLI flags from this file.