mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-27 03:33:40 +00:00
Chrome supports the [Document Picture-in-Picture API](https://developer.chrome.com/blog/the-future-of-picture-in-picture/), which allows us to create a popup window that is always on top, has a "return to tab" button, remembers its position and size, and has a more compact title bar. Considering not every browser supports this API, we automatically fall back to `window.open` if the API is not available.