osagai icon indicating copy to clipboard operation
osagai copied to clipboard

🀄️A tiny library for creating WebComponents in a Functional way

Results 3 osagai issues
Sort by recently updated
recently updated
newest added

As long as [Safari refuses](https://developers.google.com/web/fundamentals/web-components/customelements#extendhtml) to extend native elements like `HTMLButtonElement` a [polyfill](https://github.com/ungap/custom-elements-builtin) is needed for that. I've tested [@ungap/custom-elements-builtin](https://github.com/ungap/custom-elements-builtin) recently with Safari 13.1 and Safari TP 109. This PR...

For wrapping attribute changes in my reactive streams I needed a way to unsubscribe the callback again. This PR also adds a few tests around `onAttributeChanged`. (I did not quite...

in `lib/define.js`: ```javascript query: query(this), //