Skip to content

Commit

Permalink
fix: javascript-blob-to-file
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Mar 3, 2024
1 parent ac6af06 commit c7e8e30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/javascript-blob-to-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ignorePublish: false

JavaScriptのオブジェクトURLをFileオブジェクトまたはBlobオブジェクトに戻す(変換する)方法を紹介します。 `URL.createObjectURL()` の逆を行います。

※ これは2020-02-04に個人ブログで公開した記事を移植したものです。

## オブジェクト URL とは

オブジェクトURLは、JavaScriptで次のようにメゾットを呼び出すことで生成されます。
Expand Down

0 comments on commit c7e8e30

Please sign in to comment.