Skip to content

Commit

Permalink
2024/05/13 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 23, 2024
1 parent 9fe0085 commit 70a40d7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions files/ja/web/api/serviceworkerglobalscope/serviceworker/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "ServiceWorkerGlobalScope: serviceWorker プロパティ"
short-title: serviceWorker
slug: Web/API/ServiceWorkerGlobalScope/serviceWorker
l10n:
sourceCommit: 2ef36a6d6f380e79c88bc3a80033e1d3c4629994
---

{{APIRef("Service Workers API")}}{{SecureContext_Header}}{{AvailableInWorkers("service")}}

**`serviceWorker`** は {{domxref("ServiceWorkerGlobalScope")}} インターフェイスの読み取り専用プロパティで、サービスワーカーを表す {{domxref("ServiceWorker")}} オブジェクトへの参照を返します。

##

{{domxref("ServiceWorker")}} オブジェクトです。

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- [ウェブワーカーの使用](/ja/docs/Web/API/Web_Workers_API/Using_web_workers)

0 comments on commit 70a40d7

Please sign in to comment.