This repository was archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
SharedDirectoryReadRequest
#1003
Merged
+69
−0
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
2cbc1b0
super basic picker with logging
bc51777
Adds SharedDirectoryAnnounce
bc6586b
Removes recording icon
fa09ec3
reverting config to its rightful checkin state
becfad3
updates storybook and storybook test snapshot
17408f8
Adds types for File System Access API
edfe30d
prettier
b9f0690
Adds SharedDirectoryAcknowledge, SharedDirectoryErrCode, updates some…
b3bf95c
Adds debug to logger
d69f16d
Adds SharedDirectoryInfoRequest
3474fed
Updates test with some ts-fu to get the maximum value of a numerical …
a0c6e9d
Updates babel targets to the latest 2 versions of primary browsers
1cd8131
Updates Adding Packages section with better instructions
589bc1e
Merge branch 'master' into isaiah/update-babel-build-targets
f2970db
super basic picker with logging
8150acc
Adds SharedDirectoryAnnounce
d3f9cac
Removes recording icon
9b5f4c6
updates storybook and storybook test snapshot
15d8343
Adds types for File System Access API
ca59266
prettier
20c14ff
Adds SharedDirectoryAcknowledge, SharedDirectoryErrCode, updates some…
43f921f
Adds debug to logger
e779785
Adds SharedDirectoryInfoRequest
265564f
Updates test with some ts-fu to get the maximum value of a numerical …
14a6166
swaps out wicg-native-file-system for apparently more up to date wicg…
317d0d8
adds SharedDirectoryInfoResponse and FileSystemObject to the codec
6c258ad
Retains existing functionality, substituting in a new sharedDirectory…
ece73c7
Adds untested walkPath
a187232
Merge branch 'master' into isaiah/sd-acknowledge
fe6ea5b
uses consts in decodeSharedDirectoryAcknowledge
7170e15
Merge branch 'isaiah/sd-acknowledge' into isaiah/sd-info-request
e54f251
uses consts in decodeSharedDirectoryInfoRequest
1c2ec0e
uses consts in decodeSharedDirectoryInfoRequest
d86c2ee
uses consts in decodePngFrame
85f87e5
uses consts in decodeStringMessage
f09ec07
uses consts in decodeMfaJson
a53d2ca
Merge branch 'master' into isaiah/sd-info-request
868f9d0
Adds __LAST to MessageType enum
6285d0e
Merge branch 'isaiah/sd-info-request' into isaiah/sd-info-response
634ad6a
reverting webapps.e change
e51e4e5
fixes broken merge
aea3043
creates getInfo for more efficient traversal
9b1e905
manually tested, cleaning up
ca89319
Merge branch 'master' into isaiah/sd-info-response
9a732a5
removing duplicate function definition
c318873
Adds plumbing for SharedDirectoryListRequest
ef35ede
adds a FileOrDirInfo type in sharedDirectoryManager and a toFso() in …
e7551ce
functionality is there with a Promise.all version of listContents, ho…
69d4b8c
non-promise.all version with better performance
3654f54
SharedDirectoryReadRequest
0cf13de
Merge branch 'master' into isaiah/sd-read-request
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[out of scope, discussion]
If we will add more request types I think we should create some simple utilities eg:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if I'm understanding correctly.
createSchemais returning a class which generates thisdecodeSharedDirectoryReadRequestfunction (astryParse)?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something like https://codesandbox.io/s/goofy-hermann-vdrx01?file=/src/index.ts