Re: [whatwg/storage] Add "fileSystem" as a registered storage endpoint (PR #163)

@a-sully commented on this pull request.



> @@ -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)

This is currently defined as `null` in the FS spec, but I think that spec should be updated? https://fs.spec.whatwg.org/#sandboxed-filesystem

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/pull/163#pullrequestreview-1375722663
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/storage/pull/163/review/1375722663@github.com>

Received on Friday, 7 April 2023 01:02:33 UTC