WICG / document-picture-in-picture

https://wicg.github.io/document-picture-in-picture/
Other
56 stars 9 forks source link

Allow Window's focus() API to focus opener #109

Closed steimelchrome closed 6 months ago

steimelchrome commented 7 months ago

This allows websites to use opener.focus() to give focus to the opener tab from the picture-in-picture window.

Fixes #94