8
common/resources/client/player/state/pip/pip-adapter.ts
Executable file
8
common/resources/client/player/state/pip/pip-adapter.ts
Executable file
@@ -0,0 +1,8 @@
|
||||
export interface PipAdapter {
|
||||
isSupported: () => boolean;
|
||||
isPip: () => boolean;
|
||||
enter: () => Promise<unknown> | undefined;
|
||||
exit: () => Promise<unknown> | undefined;
|
||||
bindEvents: () => void;
|
||||
unbindEvents: () => void;
|
||||
}
|
||||
Reference in New Issue
Block a user