package brr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Browser programming toolkit for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
brr-0.0.9.tbz
sha512=45cdf73c6a23c8fc4609a32ae2196d4790e5bdba34ca0b784bff9c0b70dab233eb336f1c11dc3002451042ff4cf25b643098ad0d011f14c3d6175842113bed21
doc/brr/Brr_webworkers/Service_worker/index.html
Module Brr_webworkers.Service_workerSource
Service workers.
See the Service Worker API.
The fetch caches and events are in Brr_io.Fetch.
Registration
These APIs are used by the web page to install the service worker. Start your journey with Service_worker.Container.of_navigator.
Update via cache enum.
The type for ServiceWorker objects.
as_target w is w as an event target.
script_url w is the script URL specified during registration for w.
Ressources preloading
Service registration objects.
Service worker context
These APIs are used by the service worker.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page