This would allow the PWA to be open as a picture-in-picture window over other windows. This would mostly be useful on mobile, I think, as on desktop it doesn't really do anything that existing window.open() would not already do, except perhaps allow the opened window to be always on top. See https://github.com/WICG/document-picture-in-picture/blob/main/README.md for more info.
This would allow the PWA to be open as a picture-in-picture window over other windows. This would mostly be useful on mobile, I think, as on desktop it doesn't really do anything that existing
window.open()
would not already do, except perhaps allow the opened window to be always on top. See https://github.com/WICG/document-picture-in-picture/blob/main/README.md for more info.