Skip to content

Commit

Permalink
Add SecureContext to interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fivedots committed Jun 22, 2022
1 parent 0f1b519 commit 58a8241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AccessHandle.md
Expand Up @@ -222,6 +222,7 @@ interface FileSystemFileHandle : FileSystemHandle {
Promise<FileSystemSyncAccessHandle> createSyncAccessHandle();
};
[SecureContext]
interface FileSystemAccessHandle {
// Assumes seekable streams are available. The
// Seekable extended attribute is ad-hoc notation for this proposal.
Expand All @@ -239,7 +240,7 @@ interface FileSystemAccessHandle {
Promise<undefined> close();
};
[Exposed=DedicatedWorker]
[Exposed=DedicatedWorker, SecureContext]
interface FileSystemSyncAccessHandle {
unsigned long long read([AllowShared] BufferSource buffer,
FilesystemReadWriteOptions options);
Expand Down

0 comments on commit 58a8241

Please sign in to comment.