Allows image elements.
The UriPolicy can be used to restrict the locations the images may be loaded from. By default this will use the default UriPolicy.
void allowImages([UriPolicy uriPolicy]) { if (uriPolicy == null) { uriPolicy = new UriPolicy(); } add(new _SimpleNodeValidator.allowImages(uriPolicy)); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/2.0.0/dart-html/NodeValidatorBuilder/allowImages.html