Skip to content

Fetch should not be installed if no_browser_globals==true #41816

Closed
@targos

Description

@targos

See

node/src/node.cc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    fetchIssues and PRs related to the Fetch API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions