1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-12 18:42:49 +00:00
fcast/receivers/webos/fcast-receiver/src/main/Preload.ts

7 lines
176 B
TypeScript
Raw Normal View History

2024-12-09 00:56:55 -06:00
import 'common/main/Preload';
// Cannot go back to a state where user was previously casting a video, so exit.
window.onpopstate = () => {
window.webOS.platformBack();
};