-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Fetch should not be installed if no_browser_globals==true #41816
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fetchIssues and PRs related to the Fetch APIIssues and PRs related to the Fetch API