-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fetch-info bot
committed
Dec 16, 2024
1 parent
1597f82
commit 8abed78
Showing
10 changed files
with
62 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: <code>SharedStorageWorkletNavigator</code> interface | ||
layout: base | ||
parent: names/ | ||
base: ../ | ||
--- | ||
|
||
<section> | ||
<h3>Definition</h3> | ||
<p><a href="https://wicg.github.io/shared-storage/#sharedstorageworkletnavigator">Shared Storage API</a> defines <code>SharedStorageWorkletNavigator</code></p> | ||
<pre class=webidl><code><span class=def> | ||
|
||
[ | ||
Exposed=<a class=realm href='../globals/SharedStorageWorklet.html'>SharedStorageWorklet</a> | ||
] interface <strong>SharedStorageWorkletNavigator</strong> {};</span><span class=def> | ||
|
||
<a href='SharedStorageWorkletNavigator.html'>SharedStorageWorkletNavigator</a> includes <a href='NavigatorLocks.html'>NavigatorLocks</a>;</span></code></pre> | ||
|
||
<details><summary>Consolidated IDL (across mixin and partials)</summary><pre class=webidl><code><span class=def> | ||
|
||
[ | ||
Exposed=<a class=realm href='../globals/SharedStorageWorklet.html'>SharedStorageWorklet</a> | ||
] interface <strong>SharedStorageWorkletNavigator</strong> {<span class=def id=attribute-locks> | ||
readonly attribute <a href='LockManager.html'>LockManager</a> <strong>locks</strong>;</span>};</span></code></pre></details> | ||
</section> | ||
<section> | ||
<h3>Methods and attributes that return objects implementing <code>SharedStorageWorkletNavigator</code></h3> | ||
|
||
<ul> | ||
<li><code><a href="SharedStorageWorkletGlobalScope.html">SharedStorageWorkletGlobalScope</a><a href=SharedStorageWorkletGlobalScope.html#attribute-navigator>.navigator</a></code></li> | ||
|
||
</ul> | ||
</section> | ||
<section> | ||
<h3>Referring IDL interfaces/dictionaries</h3> | ||
|
||
<ul> | ||
<li><code><a href="SharedStorageWorkletGlobalScope.html">SharedStorageWorkletGlobalScope</a></code></li> | ||
|
||
</ul> | ||
</section> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters