electron-direct-ipc - v2.4.0
    Preparing search index...

    Options for send operations

    interface SendOptions {
        transfer?: Transferable[];
    }
    Index

    Properties

    Properties

    transfer?: Transferable[]

    List of transferable objects (ArrayBuffer, MessagePort, etc.) to transfer ownership. After transfer, the original buffer becomes unusable in the sender. Use this for large buffers when you don't need them in the sender anymore.