drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias HandleCapture

    what a capture found, split into what can be restored and what cannot

    type HandleCapture = {
        handles: HandleRecord[];
        unnameable: { id: number; kind: string }[];
    }
    Index
    handles: HandleRecord[]
    unnameable: { id: number; kind: string }[]

    handles whose object has no name in a fresh instance; a restore MUST refuse on these