Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ pause
Method
pause
e2e/viewer/src/vite-env.d.ts:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
export
interface
Player {
13
play(): unknown;
14
pause(): unknown;
15
seek(seconds: number): Promise<unknown>;
16
getCurrentTime(): number | Promise<number>;
17
getDuration(): number | Promise<number>;
Callers
1
apply
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected