Blob

Blob インターフェイス (DOM)

仕様書

生成

[3] Blob オブジェクトは次の方法で得られます。

BinaryType の値 blob

[13] 列挙型 BinaryType の値 blob は、 Blob として返すべきことを表します >>10

blob: URL

[1] Blob には Blob URL (blob:) を発行させることができます。

実装

[11] Blob - Web API interfaces | MDN ( ( 版)) <https://developer.mozilla.org/en-US/docs/Web/API/Blob?redirectlocale=en-US&redirectslug=DOM%2FBlob>

[4] Blob() - Web API Interfaces | MDN ( 版) <https://developer.mozilla.org/en-US/docs/Web/API/Blob/Blob>

[5] Fix #48: align with HTML's form submission algorithm · whatwg/xhr@7b1941f ( 版) <https://github.com/whatwg/xhr/commit/7b1941fbd5347433734a491c36ef8ea6485e7dfb>

[6] Use the concept of a 'closed' Blob from FileAPI · whatwg/html@efd6202 ( 版) <https://github.com/whatwg/html/commit/efd62026f44f6c89bfd8415795db1fef4edccafc>

[7] Write structured clone algorithm in terms of ECMAScript · whatwg/html@bfb960c ( 版) <https://github.com/whatwg/html/commit/bfb960c938580c95e77365e614218b952f96375b>

[8] Breaking: refactor structured clone into serialize/deserialize (domenic著, ) <https://github.com/whatwg/html/commit/97d644c97335956610a31e8ad98d1a388c063e84>

[9] Editorial: URL parsing relies on Blob URL Store lookup (annevk著, ) <https://github.com/whatwg/html/commit/a0a23b96872a81e224c80881e71d58d8326e472e>

[12] 1312410 - Fetch should reuse XHR's 'store large blobs in temp files' -setup () <https://bugzilla.mozilla.org/show_bug.cgi?id=1312410>

[14] Add serialization and deserialization steps to Blob/File/FileList int… (mkruisselbrink著, ) <https://github.com/w3c/FileAPI/commit/828c3b6a44195298790b32507c40163703d5ba3e>

[15] Remove FileAPI monkey-patch (mkruisselbrink著, ) <https://github.com/whatwg/html/commit/766dcd3b73b9639aad9bbc8529741f7d516f00d7>

[16] Remove FileAPI monkey-patch. by mkruisselbrink · Pull Request #3071 · whatwg/html () <https://github.com/whatwg/html/pull/3071>

[17] fetch assumes a url's object is always a Blob · Issue #457 · whatwg/fetch () <https://github.com/whatwg/fetch/issues/457>