post-me

Home > post-me > CallOptions

CallOptions type

The options that can be passed when calling a method on the other context with RemoteHandle.customCall()

Signature:

export declare type CallOptions = {
    transfer?: Transferable[];
};