Closed
Bug 1897871
Opened 9 months ago
Closed 9 months ago
PushMessageData: Add bytes() method for reading bytes into a Uint8Array
Categories
(Core :: DOM: Push Subscriptions, task)
Core
DOM: Push Subscriptions
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: marcos, Assigned: evilpies)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15
Steps to reproduce:
Check if PushMessageData has a bytes method
Actual results:
It's undefined
Expected results:
It should be implemented per https://github.com/w3c/push-api/pull/370
![]() |
||
Updated•9 months ago
|
Component: Untriaged → DOM: Push Subscriptions
Product: Firefox → Core
Comment 1•9 months ago
|
||
Tom, do you also want to assign yourself here? 👀 (If not I can do this)
Flags: needinfo?(evilpies)
Implements https://github.com/w3c/push-api/pull/370
Keywords: dev-doc-needed
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4029ed6bc94d
Implement PushMessageData `.bytes()` method. r=saschanaz,webidl
Comment 4•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Comment 5•8 months ago
|
||
FF128 docs work for this can be tracked in https://github.com/mdn/content/issues/33990
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•