Skip to content

Commit

Permalink
Update idl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored Nov 14, 2023
1 parent d836c39 commit 8bb3460
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ interface StorageAccessHandle {
Promise<StorageEstimate> estimate();
DOMString createObjectURL((Blob or MediaSource) obj);
undefined revokeObjectURL(DOMString url);
BroadcastChannel BroadcastChannel(DOMString name);
SharedWorker SharedWorker(ScriptURLString scriptURL, optional (DOMString or WorkerOptions) options = {});
};
[Exposed=StorageAccessHandle]
partial interface BroadcastChannel {};
[Exposed=StorageAccessHandle]
partial interface SharedWorker {};
```

0 comments on commit 8bb3460

Please sign in to comment.