| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if (execution_context->IsWindow() ||There's some visible code duplication here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (execution_context->IsWindow() ||There's some visible code duplication here?
Yes, I also thought about it, but did not find how to avoid it.
One function checks permissions policy and flag and throws detailed exception about it, the other one does not throw.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (execution_context->IsWindow() ||Vlad KrotThere's some visible code duplication here?
Yes, I also thought about it, but did not find how to avoid it.
One function checks permissions policy and flag and throws detailed exception about it, the other one does not throw.
Acknowledged
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add workers support to Multicast
Exposed MulticastController in Service/Shared workers. For now, there's
no way to check permission policy in these workers, thus multicast can
be used without the permissions policy 'direct-sockets-multicast'. Todo
is left to fix it in the appropriate places.
Explainer
https://github.com/explainers-by-googlers/multicast-in-direct-sockets.
Chrome Entry https://chromestatus.com/feature/5073740211814400 Intent to
prototype
https://groups.google.com/a/chromium.org/g/blink-dev/c/ADV4FZtN4nE
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |