diff options
Diffstat (limited to 'files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html')
-rw-r--r-- | files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html b/files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html new file mode 100644 index 0000000000..3d848f95cb --- /dev/null +++ b/files/ja/web/http/headers/feature-policy/xr-spatial-tracking/index.html @@ -0,0 +1,69 @@ +--- +title: 'Feature-Policy: vr' +slug: Web/HTTP/Headers/Feature-Policy/xr-spatial-tracking +tags: + - Directive + - Feature Policy + - Feature-Policy + - HTTP + - Reference + - WebVR +translation_of: Web/HTTP/Headers/Feature-Policy/vr +original_slug: Web/HTTP/Headers/Feature-Policy/vr +--- +<div>{{HTTPSidebar}} {{SeeCompatTable}}</div> + +<p class="warning"><a href="/ja/docs/Web/API/WebVR_API">WebVR API</a> は <a href="/ja/docs/Web/API/WebXR_API">WebXR Device API</a> で置き換えられ、ウェブプラットフォームから削除されつつあるところです。代わりに WebXR Device API のための機能識別子 {{HTTPHeader("Feature-Policy/xr-spatial-tracking","xr-spatial-tracking")}} を使用してください。</p> + +<p><span class="seoSummary">HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける <code>vr</code> ディレクティブは、現在の文書が <a href="/ja/docs/Web/API/WebVR_API">WebVR API</a> を使用することを許可するかどうかを制御します。このポリシーが有効であれば、 {{DOMxRef("Navigator.getVRDisplays","Navigator.getVRDisplays()")}} から返却された {{JSxRef("Promise")}} が {{DOMxRef("DOMException")}} で拒否されます。</span></p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox notranslate">Feature-Policy: vr <allowlist>;</pre> + +<dl> + <dt><allowlist></dt> + <dd>{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}</dd> +</dl> + +<h2 id="Default_policy" name="Default_policy">既定のポリシー</h2> + +<p>既定の許可リストは <code>'self'</code> です。</p> +< + +<h2 id="Specifications" name="Specifications">仕様書</h2> + +<table class="standard-table"> +<thead> + <tr> + <th scope="col">仕様書</th> + <th scope="col">状態</th> + <th scope="col">備考</th> + </tr> +</thead> +<tbody> + <tr> + <td><a href="https://immersive-web.github.io/webxr/#feature-policy">WebXR Device API</a></td> + <td>編集者草稿</td> + <td>この仕様書における 'xr' の定義</td> + </tr> + <tr> + <td>{{SpecName('Feature Policy')}}</td> + <td>{{Spec2('Feature Policy')}}</td> + <td>初回定義</td> + </tr> +</tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> + +<p>{{Compat("http.headers.Feature-Policy.vr")}}</p> + +<h2 id="See_also" name="See_also">関連情報</h2> + +<ul> + <li>{{HTTPHeader("Feature-Policy/xr-spatial-tracking","Feature-Policy: xr-spatial-tracking")}}</li> + <li>{{HTTPHeader("Feature-Policy")}} ヘッダー</li> + <li><a href="/ja/docs/Web/HTTP/Feature_Policy">機能ポリシー</a></li> + <li><a href="/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy">機能ポリシーの使用</a></li> +</ul> |