This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Sam
samuelmaddock.com
did:plc:la24z5ivym7ztiyfxomuyc4e
or should this always be handled by EventEmitter instead?
class Installer extends EventEmitter {
install() {
const event = new Event()
this.emit('before-install', event)
if (event.defaultPrevented) return
}
}
2024-11-26T16:26:52.273Z