Shahar "Dawn" Or
Shahar "Dawn" Or
A PR to solve this could possibly benefit from a benchmark system.
Why is this a snabbdom issue, please?
Snabbdom probably sources these properties from [TypeScript's DOM types library itself](https://github.com/microsoft/TypeScript/blob/master/src/lib/dom.generated.d.ts). Doesn't it? Here is the `autoplay` property: https://github.com/microsoft/TypeScript/blob/219a570a75f1c3df67ae0282e41848b87781fc51/src/lib/dom.generated.d.ts#L7615 I couldn't find where `DetailedHTMLProps` or `AudioHTMLAttributes` come from. Help?
Thank you for sharing your work, @grimalschi. I'm not sure whether there's shareable value in this. What's the API?
What kinds of errors are we expecting?
Why is the choice of handling these errors inside a snabbdom module?
Way too early for me to determine. What is the API that you provide your users?
If your users provide HTML, then why don't you use `Element.innerHTML`? Why use snabbdom at all?
Thank you for the explanations. I understand to some degree. A sandbox is kind of a user feature. The difference between this library and a user feature in terms of...
@patomation in Snabbdom the concept of a plugin is "module".