- the "window.error(msg)" can handle all js interactions !
0.5.2
- the "window.error(msg)" handle js post/next interactions too ! - !!! PRE js error are not handle yet !!! (things with ex: b"this.value" when calling bindings)
0.5.1
- create a js "window.error(msg)" method to manage your own (python) errors
0.5.0
* add shortcut to create simple basics (as js or css) * if a static is str -> add a style / CSS * if a static is bytes -> add a script / JS
0.4.9
* Tag.remove() to remove itself, (if attached (has parent))
0.4.8
* now you can remove a child from a tag with .remove(item) ;-)