Documentation
    Preparing search index...

    Interface UploadBackendLike

    Minimal upload backend the shell advertises (NAP-UPLOAD). The host wires the concrete upload service into the runtime via registerService('upload', …); this hook is the presence/capability signal buildShellCapabilities reads to decide whether to advertise upload to napplets.

    interface UploadBackendLike {
        rails: readonly string[];
    }
    Index

    Properties

    Properties

    rails: readonly string[]

    Storage rails this backend can serve, e.g. ['nip96', 'blossom'].