- Expose FetchEvent.resultingClientId on non-subresource, non-"report"-destination requests.
- Delay Clients.get(FetchEvent.resultingClientId) resolution until the resulting client is execution ready.
- Add WPTs to test for existence of resultingClientId and Clients.get promise resolution values.
Details
Details
- Reviewers
edenchuang • mrbkap - Commits
- Restricted Diffusion Commit
rMOZILLACENTRALc79d1544486a: Bug 1264177 - Implement FetchEvent.resultingClientId r=edenchuang,mrbkap
Restricted Diffusion Commit
rMOZILLACENTRAL6ad8b10cc0d6: Bug 1264177 - Implement FetchEvent.resultingClientId r=edenchuang,mrbkap - Bugzilla Bug ID
- 1264177
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
Event Timeline
Comment Actions
LGTM.
| dom/clients/manager/ClientSourceParent.cpp | ||
|---|---|---|
| 17 | Already included in .h, remove this line. | |
Comment Actions
Bug 1264177 - Implement FetchEvent.resultingClientId r?edenchuang
- Expose FetchEvent.resultingClientId on non-subresource, non-"report"-destination requests.
- Delay Clients.get(FetchEvent.resultingClientId) resolution until the resulting client is execution ready.
- Add WPTs to test for existence of resultingClientId and Clients.get promise resolution values.
Comment Actions
Bug 1264177 - Implement FetchEvent.resultingClientId r?edenchuang,mrbkap
- Expose FetchEvent.resultingClientId on non-subresource, non-"report"-destination requests.
- Delay Clients.get(FetchEvent.resultingClientId) resolution until the resulting client is execution ready.
- Add WPTs to test for existence of resultingClientId and Clients.get promise resolution values.