Open Bug 1497430 Opened 5 years ago Updated 5 months ago

Implement `PushManager::supportedContentEncodings`

Categories

(Core :: DOM: Notifications, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: lina, Unassigned)

References

(Depends on 2 open bugs, Blocks 1 open bug)

Details

http://w3c.github.io/push-api/#pushmanager-interface, https://github.com/w3c/push-api/pull/252

I think this was tricky when I first looked at it because `PushManager` is a JS-implemented WebIDL, and I ran into issues trying to expose a static array on the binding. But that was also a year and a half ago. :-)

We don't support `FrozenArray` yet, either; see bug 1236777. https://hg.mozilla.org/mozilla-central/rev/bc0196fd88e5 has a workaround we can use.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.