content-index
content-index copied to clipboard
Explainer and spec for the Content Indexing proposal
While crawling [Content Index](https://wicg.github.io/content-index/spec/), the following links to other specifications were detected as pointing to non-existing anchors, which should be fixed: * [ ] https://dom.spec.whatwg.org/#context-object This issue was detected and...
The text fields (`title` and `description`) are monolingual and in an unspecified language. Even if multiple languages + browser selection of which one to display would be overkill, the language...
Currently there is no feedback if the id passed into the delete method doesn't exist in the Content Index. I'm unsure of what type of exception this should throw, but...
There's some overlap between the [Media Feeds API](https://github.com/WICG/media-feeds) and Content Indexing. The APIs seem to be solving different problems though. For one thing Content Indexing is more geared towards offline...
Hello. At the moment, if I have a complex service worker that wants to take notice of content being added, I can either 1) do that additional work everytime I...
One of the items mentioned in the WICG proposal post is the interaction with Web Packaging. I'm very interested to know more about what this interaction would look like. Let's...
I'm a bit concerned around the extensibility situation for categories. First, in the spec itself, a comprehensive listing of categories that are guaranteed to be understood as a baseline would...
Some people have raised concerns that the name of the API is confusing. Is there a better name for this? `Offline Metadata` has been thrown around.
Talking about content, it will be great to have more content metadata to able show it properly in the list. For example created time and updated time will be useful...
_This might be less of a bug against the spec and more of an implementation detail related to Chrome 80's current behavior._ `registration.index.add()` currently rejects if you pass in an...