diff options
| author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-22 01:14:08 +0900 |
|---|---|---|
| committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-03-02 23:38:54 +0900 |
| commit | 96d2945591771f242a2e0dd50be77d5b2f872885 (patch) | |
| tree | 095ff8c84a4c00e79a0c5697769f7fb1f5b45352 /files/ja/web/api/performance/tojson/index.html | |
| parent | 4671708265bd7c86e19716b220d08f19e11cbb98 (diff) | |
| download | translated-content-96d2945591771f242a2e0dd50be77d5b2f872885.tar.gz translated-content-96d2945591771f242a2e0dd50be77d5b2f872885.tar.bz2 translated-content-96d2945591771f242a2e0dd50be77d5b2f872885.zip | |
Performance インターフェイスのメソッドの記事を移行
Diffstat (limited to 'files/ja/web/api/performance/tojson/index.html')
| -rw-r--r-- | files/ja/web/api/performance/tojson/index.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/files/ja/web/api/performance/tojson/index.html b/files/ja/web/api/performance/tojson/index.html deleted file mode 100644 index 16ed75efdc..0000000000 --- a/files/ja/web/api/performance/tojson/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: performance.toJSON() -slug: Web/API/Performance/toJSON -tags: - - API - - パフォーマンス - - メソッド - - リファレンス -translation_of: Web/API/Performance/toJSON ---- -<div>{{APIRef("High Resolution Timing")}}</div> - -<p>{{domxref("Performance")}} インターフェイスの <strong><code>toJSON()</code></strong> メソッドは標準のシリアライザです。パフォーマンスオブジェクトのプロパティの JSON 表現を返します。</p> - -<p>{{availableinworkers}}</p> - -<h2 id="構文">構文</h2> - -<pre class="syntaxbox">myPerf = performance.toJSON() -</pre> - -<h3 id="引数">引数</h3> - -<dl> - <dt>なし</dt> - <dd> </dd> -</dl> - -<h3 id="戻り値">戻り値</h3> - -<dl> - <dt>myPerf</dt> - <dd>{{domxref("Performance")}} オブジェクトのシリアル化である JSON オブジェクト</dd> -</dl> - -<h2 id="例">例</h2> - -<pre class="brush: js">var js; -js = window.performance.toJSON(); -console.log("json = " + JSON.stringify(js)); -</pre> - -<h2 id="仕様">仕様</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">仕様書</th> - <th scope="col">ステータス</th> - <th scope="col">コメント</th> - </tr> - <tr> - <td>{{SpecName('Highres Time Level 2', '#dom-performance-tojson', 'toJSON() serializer')}}</td> - <td>{{Spec2('Highres Time Level 2')}}</td> - <td><code>toJson()</code>を定義します。</td> - </tr> - </tbody> -</table> - -<h2 id="ブラウザの互換性">ブラウザの互換性</h2> - -<div> -<p>{{Compat("api.Performance.toJSON")}}</p> -</div> |
