diff options
Diffstat (limited to 'files/ja/web/api/blobevent/data/index.html')
-rw-r--r-- | files/ja/web/api/blobevent/data/index.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/files/ja/web/api/blobevent/data/index.html b/files/ja/web/api/blobevent/data/index.html new file mode 100644 index 0000000000..867484937b --- /dev/null +++ b/files/ja/web/api/blobevent/data/index.html @@ -0,0 +1,52 @@ +--- +title: BlobEvent.data +slug: Web/API/BlobEvent/data +tags: + - API + - BlobEvent + - DOM + - DOM Reference + - Experimental + - Media Stream Recording + - Property + - Reference +translation_of: Web/API/BlobEvent/data +--- +<p>{{ apiref("Media Capture and Streams") }}</p> + +<p>{{ SeeCompatTable() }}</p> + +<p><code><strong>BlobEvent.data</strong></code> 読み取り専用プロパティは、イベントに関連付けられた {{domxref("Blob")}} を表します。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox"><em>associatedBlob</em> = <em>BlobEvent</em>.data</pre> + +<h2 id="Specifications" name="Specifications">仕様</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">仕様書</th> + <th scope="col">策定状況</th> + <th scope="col">備考</th> + </tr> + <tr> + <td>{{SpecName('MediaStream Recording', '#dom-blobevent-data', 'BlobEvent.data')}}</td> + <td>{{Spec2('MediaStream Recording')}}</td> + <td>初期定義。</td> + </tr> + </tbody> +</table> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの実装状況</h2> + + + +<p>{{Compat("api.BlobEvent.data")}}</p> + +<h2 id="See_also" name="See_also">関連項目</h2> + +<ul> + <li>このプロパティが属する {{domxref("BlobEvent")}} インターフェイス。</li> +</ul> |