mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
0eb4d079dc
window.open with noopener always returns null to the opener per spec, which caused the POPUP_BLOCKED fallback to always trigger. Removed noopener so the opener gets a window reference for popup-blocked detection. Note: without noopener, popup windows share the opener's event loop in same-origin contexts, limiting parallelism. True multi-process parallelism requires cross-origin isolation or future APIs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>