-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to migrate NodeValidatorBuilder #250
Comments
Great question! @srujzs @sigmundch – have we hit this in other migrations? |
We haven't hit this yet afaik. We could move this functionality into the helpers, but I believe our long-term goal is that we don't own validation/sanitization as it poses a security risk, and would rather have users use a combination of For this specific case ( |
I'd like to reopen this question. I want to migrate |
To clarify: the browser API is already exposed today (see the There are safer alternatives we could build/expose, but we haven't yet. After years of experience with the |
@sigmundch: oh, cool, thanks for the clarification. It turns out for my case I need to use |
How to migrate NodeValidatorBuilder from dart:html to web?
And how to
setInnerHtml
with validator on web for HTMLHtmlElement?The text was updated successfully, but these errors were encountered: