Files
tech-log-frontend/tests/fixtures/browser-file-storage-boundaries/forbidden/direct-broadcast-channel.ts
T

4 lines
95 B
TypeScript

export function openBroadcastChannelDirectly() {
return new BroadcastChannel("forbidden");
}