[ServiceWorker] Access to fragment identifiers (#854)

There are several use cases that could benefit from Service Workers having access to fragment identifiers. Several of my use cases are related to the processing of fragment identifiers for MP4 files. In MP4 files, some identifiers are generic media fragment identifiers like time based (#t=10), and some others are specific to MP4 like video.mp4#track_id=1 or video.mp4#item_name=foo. Native support in browsers for all these identifiers is unlikely to happen. I'd like to polyfill the support for various MP4 fragment identifiers using my Service Worker (see https://github.com/gpac/mp4box-sw).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/854

Received on Thursday, 24 March 2016 08:59:00 UTC