Fxxxlei
Fxxxlei
Hello, When calling kuroshiro.init in the browser, I get this error : ``` Uncaught Error: invalid file signature:36,5 at $.g (kuroshiro.js:9052) at XMLHttpRequest.xhr.onload (kuroshiro.js:7685) ``` where 36,5 can be replaced...
I would like to have a function similar to [Vec::retain_mut](https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.retain_mut) to remove or modify the attributes of an element while iterating over them. This is currently doable, but involves iterating...
Events in a shadow DOM can bubble up to the shadow root and can be listened to on the `ShadowRoot` objects. Thus I think `ShadowRootEventMap` should include more events, probably...