Files
tech-log-frontend/tests/fixtures/browser-file-storage-boundaries/allowed/cross-context-host.ts
T

7 lines
167 B
TypeScript

export function createOwnedCrossContextCapabilities() {
return {
channel: new BroadcastChannel("owned-cross-context-fixture"),
storage: localStorage,
};
}