bgrift
bgrift.dev
bgrift
@bgrift.dev
Front-End Engineer at AWS

general mad scientist | electronics enthusiast | human | (he/him)

Mastodon: @bgrift@infosec.exchange
Unfortunately Veilid WASM can't run on secure origins yet, which happens to be a requirement to make PWAs installable. That will be solved once we add WRTC or WebTransport protocols.
developer.mozilla.org/en-US/docs/W...
Making PWAs installable - Progressive web apps | MDN
One of the defining aspects of a PWA is that it can be promoted by the browser for installation on the device. Once installed, a PWA appears to users as a platform-specific app, a permanent feature of...
developer.mozilla.org
May 3, 2025 at 1:49 AM
My guess would be that you'd need to URI-encode the "did:123" part of the URL, which will replace the colon with "%3A", making it "did%3A123".

Docs for encodeURIComponent()
developer.mozilla.org/en-US/docs/W...
encodeURIComponent() - JavaScript | MDN
The encodeURIComponent() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will onl...
developer.mozilla.org
November 29, 2024 at 12:41 PM