Lusito
Lusito
I think I get what you are talking about.. I thought about something similar, a while back, when I had the idea to write some middleware for the web-extension to...
Hi @silverwind, sorry for the delay. Life kept me very busy. Sounds like a valid request. Would this API work? ```tsx ``` with: ```ts export type OnNavigateData = { from:...
A new version has been released.
Sounds like a reasonable request. Let me think about how to solve this nicely.
Sorry for the delay. Life kept me quite busy. Will release a 3.0.0 version soon
Thanks for the report. It seems I only had to refetch the schema files and rebuild it. Will publish a new version soon.
**About migrating to React** Not sure if that is so easy, if you are actually doing something with the dom elements, but I guess at least the JSX might stay...
BTW, plain `onclick` (without camelcase) would be more in line with the HTML spec, but I would have no way of knowing if it's a listener aside from checking for...
An additional issue, I found while working on this: There are two properies, which fall a bit out of normal bounds: - `` - `` Both use a dash-case property...
It's not that easy, as users can define their own. But I think that a check for `typeof value === "function" && name.startsWith("on")` should be enough. Anything else would result...