Skip to content

Commit

Permalink
Fix Markdownlint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat authored and mfuji09 committed Apr 1, 2023
1 parent b647e46 commit 7d17d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/file_system_access_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async function returnPathDirectories(directoryHandle) {

以下の非同期関数は保存用のファイルピッカーを開き、これはファイルが選択されると {{domxref('FileSystemFileHandle')}} を返します。その後、{{domxref('FileSystemFileHandle.createWritable()')}} メソッドにより書き込み可能なストリームを生成します。

そして、ユーザー定義の {{domxref('Blob')}} をストリームに書き込み、続いてストリームを閉じます。
そして、ユーザー定義の {{domxref('Blob')}} をストリームに書き込み、続いてストリームを閉じます。

```js
async function saveFile() {
Expand Down

0 comments on commit 7d17d5d

Please sign in to comment.