Shunya Shishido

Results 10 issues of Shunya Shishido

We propose [ServiceWorker static routing API](https://github.com/WICG/service-worker-static-routing-api), which allows developers to configure routing, and offload things ServiceWorkers do. The main spec update is in https://github.com/w3c/ServiceWorker/pull/1701, but some behavior involves the fetch...

In https://github.com/whatwg/urlpattern/pull/188, the URL Pattern API was updated to use `v` flag instead of `u`. As mentioned in the [blink-dev thread](https://groups.google.com/a/chromium.org/g/blink-dev/c/yW453lPWjpc), the expected impact is very limited. It would be...

### Proposal Service worker static routing API is the newly introduced API. This API allows developers to configure the routing, and allows them to offload simple things ServiceWorkers do. If...

needs triage
proposal

Hi, thank you for making this awesome script and [intro](https://medium.com/dev-channel/introducing-speed-demon-a36d95dd0174)! Is it possible to add other metrics to speed-demon? Recently I'm planning to use speed-demon to monitor performance metrics and...

It's good to clarify how the service worker works in fenced frames. - Which pages are controlled by the service worker in FF - What happen if the service worker...

Powerful APIs are restricted in fenced frames by some security mechanism like [permission policies](https://github.com/WICG/fenced-frame/blob/master/explainer/permission_document_policies.md) or [sandbox](https://docs.google.com/document/d/1RO4NkQk_XaEE7vuysM9LJilZYsoOhydfh93sOvrPQxU/edit). However, some other APIs that can be communication channels between the embedder and the...

### What is the issue with the URL Pattern Standard? When we construct with URLPatternInit, containing an empty string `pathname` and the regular `baseURL` string, the result is a bit...

## Introduction *Describe the challenge or problem on the web you are proposing we address.* ServiceWorker is a popular API involved in about [15%](https://chromestatus.com/metrics/feature/timeline/popularity/990) of page loads. This API offers...

### WebKittens _No response_ ### Title of the spec ServiceWorkerAutoPreload ### URL to the spec No spec yet. Please see the explainer. ### URL to the spec's repository _No response_...

topic: service workers

[Service Worker Static Routing API](https://github.com/WICG/service-worker-static-routing-api) is the API that allows developers to selectively choose whether the ServiceWorker should intercept requests, and allow them to specify when to not run ServiceWorker....