Files

4 lines
95 B
TypeScript

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