-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
fetchIssues and PRs related to the Fetch APIIssues and PRs related to the Fetch API
Description
See
Lines 366 to 373 in 7904331
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.
benjamingr
Metadata
Metadata
Assignees
Labels
fetchIssues and PRs related to the Fetch APIIssues and PRs related to the Fetch API