Documentation
    Preparing search index...

    Function injectNappletNamespacePrelude

    • Insert the NIP-5D namespace prelude into HTML before authored scripts.

      Parameters

      Returns string

      HTML with the prelude inside <head> when possible.

      const srcdoc = injectNappletNamespacePrelude(verifiedHtml, {
      domains: ['shell', 'relay', 'identity'],
      });
      iframe.srcdoc = srcdoc;