-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Add FileSystem module for fs/file-system-access APIs (#47)
* Add FileSystem module for fs/file-system-access APIs * Revert "Revert "Update to latest IDL specs"" This reverts commit 6e85c64. * + Permissions * + SharedArrayBuffer * Mark WritableStream as `open` * Disable createSyncAccessHandle API * Fix demo build error * Swap to separate properties * + inlinable * + `storage` spec to FileSystem module * Fix test * Fix WebGLDemo * Define cross-module extensions * Exclude WorkerNavigator extensions * Fix SVG/mathml errors * stable sorting of extensions * Remove data.json * Update generated --------- Co-authored-by: STREGA <[email protected]>
- Loading branch information
Showing
19 changed files
with
2,024 additions
and
277,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ xcuserdata/ | |
node_modules | ||
.vscode | ||
.swiftpm | ||
data.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.