PABLOF7z on Nostr: 💯 An implementation of a protocol becoming too dominant ends up defining what the ...
💯
An implementation of a protocol becoming too dominant ends up defining what the protocol is.
This is how we ended up with JavaScript
An implementation of a protocol becoming too dominant ends up defining what the protocol is.
This is how we ended up with JavaScript
quoting note1c5q…l7qqAlby has started to return a {created: true} object from webln.enable() calls, which is not in the spec (the spec says to return an empty Promise).
Now some websites are relying on that {created: true} object being present and assuming webln doesn't exist otherwise, which makes it so they won't work on any other extension or environment that correctly implements the webln standard but not the "Alby standard".
In this case it might be a silly example, but this is how protocols die.