kkrpc
    Preparing search index...

    Interface PlatformCapabilities

    Capabilities provided by the underlying runtime platform.

    interface PlatformCapabilities {
        objectMode?: boolean;
        transfer?: boolean;
    }
    Index

    Properties

    objectMode?: boolean

    The platform wire value is already an object.

    transfer?: boolean

    The platform accepts transferables when sending.