Re: [blink-dev] Intent to Implement and Ship: PushMessageData::bytes()

2024-10-21 Thread Domenic Denicola
LGTM2 On Tue, Oct 22, 2024 at 7:03 AM Alex Russell wrote: > LGTM1 > > On Mon, Oct 21, 2024, 6:16 AM Peter Beverloo wrote: > >> Contact emailspe...@chromium.org >> >> Explainerhttps://github.com/w3c/push-api/pull/370 >> >> Specificationhttps://www.w3.org/TR/push-api/#dom-pushmessagedata-bytes >>

Re: [blink-dev] Intent to Implement and Ship: PushMessageData::bytes()

2024-10-21 Thread Alex Russell
LGTM1 On Mon, Oct 21, 2024, 6:16 AM Peter Beverloo wrote: > Contact emailspe...@chromium.org > > Explainerhttps://github.com/w3c/push-api/pull/370 > > Specificationhttps://www.w3.org/TR/push-api/#dom-pushmessagedata-bytes > > Summary > > The PushMessageData interface mimics the Body interface, w

[blink-dev] Intent to Prototype: Allow SameSite=None Cookies in First-Party Sandboxed Contexts

2024-10-21 Thread 'Anusha Muley' via blink-dev
Contact emails anushamu...@chromium.org, dylancut...@chromium.org Explainer https://github.com/explainers-by-googlers/csp-sandbox-allow-same-site-none-cookies Specification None Summary Enable a frame to signal the browser to include SameSite=None cookies in first-party requests from sandbox

[blink-dev] Intent to Implement and Ship: PushMessageData::bytes()

2024-10-21 Thread Peter Beverloo
Contact emailspe...@chromium.org Explainerhttps://github.com/w3c/push-api/pull/370 Specificationhttps://www.w3.org/TR/push-api/#dom-pushmessagedata-bytes Summary The PushMessageData interface mimics the Body interface, which was amended earlier this year with a new bytes() method, following the