happy-opfs
    Preparing search index...

    Interface AttachSyncChannelOptions

    Options for SyncChannel.attach.

    interface AttachSyncChannelOptions {
        opTimeout?: number;
    }
    Index

    Properties

    Properties

    opTimeout?: number

    The timeout for each synchronous operation in milliseconds. If an operation takes longer than this, a TimeoutError is thrown.

    1000 (1 second)