-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttere: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team
Description
Use case
I would like to be able to disable COEP/COOP headers while debugging WASM builds. In particular, this issue is blocking our project's adoption of WASM:
Turning off headers will fix the functionality, but we have no way of turning them in debug mode, e.g., running:
$ flutter run -d chrome --wasmProposal
We would like to be able to optionally disable headers in debug mode from the command line, e.g.:
$ flutter run -d chrome --wasm --disable-headersMominRaza, kevmoo, Ortes, maRci002, lucavenir and 3 more
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttere: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team