Skip to content

Commit

Permalink
Update files/zh-tw/web/api/filesystem/index.md, change to 實例屬性
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
shiyou0130011 and yin1999 authored Aug 28, 2024
1 parent 907a131 commit 55bc382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-tw/web/api/filesystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ slug: Web/API/FileSystem
1. 你可以呼叫 `window.requestFileSystem()`,為你的網頁應用程式建立一個檔案系統的沙盒。如果呼叫成功,將會執行回呼函式,該回呼函式會有個 `FileSystem` 參數來描述檔案系統。
2. 從檔案系統項目物件的 {{domxref("FileSystemEntry.filesystem", "filesystem")}} 屬性中取得。

## 屬性
## 實例屬性

- {{domxref("FileSystem.name")}} {{ReadOnlyInline}}
- : 代表檔案系統名稱的字串。此名稱在整個檔案的清單中是唯一的。
Expand Down

0 comments on commit 55bc382

Please sign in to comment.