mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Replace eventMessageChannel with clearer implementation
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
*/
|
||||
export interface TypedMessagePort<T> extends MessagePort {
|
||||
postMessage(message: T, transfer: Transferable[]): void;
|
||||
postMessage(message: T, options?: PostMessageOptions): void;
|
||||
postMessage(message: T, options?: StructuredSerializeOptions): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user