mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-08 10:12:50 +00:00
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import 'common/main/Preload';
|
|
|
|
// Cannot go back to a state where user was previously casting a video, so exit.
|
|
window.onpopstate = () => {
|
|
window.webOS.platformBack();
|
|
};
|