1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-08 10:12:50 +00:00
fcast/receivers/webos/fcast-receiver/src/main/Preload.ts
2024-12-17 00:10:12 -06:00

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();
};