Client messaging | クライアント・メッセージング

This demo provides example of "client — service worker" communication.
In the left section you can input url and data to be saved to cache.
This data is being sent to Service Worker via postMessage.
In the right section you can make fetch requests.
If you request url that was already cached via left inputs, you'll get cached content.

このデモでは、「クライアント - サービスワーカー」通信の例を提供します。
左のセクションでは、urlとキャッシュに保存するデータを入力できます。
このデータはpostMessage経由でサービスワーカーに送信されます。
右側のセクションでは、フェッチリクエストを行うことができます。
左の入力ですでにキャッシュされているURLをリクエストすると、キャッシュされたコンテンツを取得できます。

Message from client
クライアントからの送信

Fetch from worker
ワーカーのフェッチ