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

    Function getFile

    • Reads a whole file, or null when it is not stored.

      Chunks are ordered by seq explicitly. Relying on insertion order would work until the first overwrite and then quietly reassemble the file wrong, which is the kind of corruption that survives every test that only ever writes once.

      Parameters

      Returns Uint8Array<ArrayBufferLike> | null