menu
Dart
dart:html
NodeValidatorBuilder
allowSvg method
allowSvg
dark_mode
light_mode
描述
allowSvg
方法
void
allowSvg
(
)
允许 SVG 元素和属性,除了已知的危险项。
实现
void allowSvg() { add(new _SvgNodeValidator()); }
Dart
dart:html
NodeValidatorBuilder
allowSvg 方法
NodeValidatorBuilder 类
Cookie 管理控制