ICancellation.ts
5 lines
| 156 B
| video/mp2t
|
TypeScriptLexer
|
|
r9 | export interface ICancellation { | |
| throwIfRequested(): void; | |||
| isRequested(): boolean; | |||
| isSupported(): boolean; | |||
| register(cb: () => void): void; | |||
| } |
