Open
Bug 1497385
Opened 6 years ago
Updated 2 years ago
Update PushSubscriptionJSON IDL to match spec
Categories
(Core :: DOM: Notifications, enhancement, P3)
Core
DOM: Notifications
Tracking
()
NEW
People
(Reporter: marcosc, Unassigned)
References
(Blocks 1 open bug, )
Details
The IDL in our implementation does not match the latest version of the spec, which has:
dictionary PushSubscriptionJSON {
USVString endpoint;
DOMTimeStamp? expirationTime;
record<DOMString, USVString> keys;
};
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Andrew, I'm unsure who is maintaining the implementation? Is it just our team or could we cc someone to get this updated?
Flags: needinfo?(overholt)
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•