NullVoxPopuli
NullVoxPopuli
Thanks for submitting this, this is neat!
Of note, - `TrustedHTML` is (at this time) not supported by FireFox and Safari - Compatibility: https://developer.mozilla.org/en-US/docs/Web/API/TrustedHTML#browser_compatibility - Polyfill: https://github.com/w3c/trusted-types - Spec (currently DRAFT): https://w3c.github.io/trusted-types/dist/spec/ - Mozilla has committed to...
in fastboot's sandboxed environment, you could provide an implementation for `TrustedHTML`, yeah? is this feasible? or not worth it? :shrug: ```js ./config/fastboot.js module.exports = function () { return { buildSandboxGlobals(defaultGlobals)...
Sorry, my email situation is a bit wonky atm
seems like things are failing pretty regularly -- def can't merge without resolving 🤔 Do you think a test waiter needs to be added so that the waiter system "just...
https://drag-and-drop.formkit.com/
it's possible pnpm 10 makes the need for injected deps not a thing anymore. need to investigate
any updates? would love this
Code here: https://github.com/syncpoint/signal/tree/trunk
I can't speak for everyone here, but I'm a big fan of this proposed type change. 🎉 I think we have some subclassing tests in the polyfill (but if we...