Changes between Initial Version and Version 1 of Ticket #7360, comment 1
- Timestamp:
- 03/13/2019 06:56:13 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7360, comment 1
initial v1 1 Also note that with manifest V3 we no longer have access to `DOMParser` in the background page but are limited to the APIs available in Service Workers (plus extension APIs). So it might be a good time to change the format of `subscription.xml` to JSON (which can still be parsed with built-in APIs available in background pages after manifest V3).1 Also note that with manifest V3 we no longer have access to `DOMParser` in the background page but are limited to the APIs available in Service Workers (plus extension APIs). So it might be a good time to change the format of `subscription.xml` to JSON.