wasm-posix-host
    Preparing search index...

    Interface LazyFetcherOptions

    interface LazyFetcherOptions {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal

    Explicit cancellation provenance shared with the fetcher. MemoryFS passes this exact signal into every attempt and rethrows its reason unchanged.