Skip to content

Commit

Permalink
Add "fileSystem" as a registered storage endpoint
Browse files Browse the repository at this point in the history
See whatwg#90. The corresponding language is already in the FS spec
https://fs.spec.whatwg.org/#sandboxed-filesystem
  • Loading branch information
a-sully committed Apr 7, 2023
1 parent d5dbe0b commit 0b13f83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storage.bs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ defined by the following table:
<td>"<code>caches</code>"
<td>« "<code>local</code>" »
<td>null
<tr>
<td>"<code>fileSystem</code>"
<td>« "<code>local</code>" »
<td>5 &times; 2<sup>20</sup> (i.e., 5 mebibytes)
<tr>
<td>"<code>indexedDB</code>"
<td>« "<code>local</code>" »
Expand Down

0 comments on commit 0b13f83

Please sign in to comment.