bindings/content_index library
Content Index
Classes
- ContentDescription
- ContentIndex
-
The interface of the
Content Index API
allows developers to register their offline enabled content with the browser. - ContentIndexEvent
-
The interface of the
Content Index API
defines the object used to represent thecontentdelete
event. This event is sent to theglobal scope
of a ServiceWorker. It contains the id of the indexed content to be removed. Thecontentdelete
event is only fired when the deletion happens due to interaction with the browser's built-in user interface. It is not fired when theContentIndex.delete
method is called. - ContentIndexEventInit