circu.js
    Preparing search index...

    Interface DebugChannelPair

    Return type of createDebugChannel().

    interface DebugChannelPair {
        dc: DebugChannelMain;
        handle: ArrayBuffer;
    }
    Index

    Properties

    Properties

    handle: ArrayBuffer