menu
cloudflare_workers package
documentation
interop/html_rewriter_interop.dart
PropsElement
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
name
)
Implementation
bool hasAttribute(String name) => js_util.callMethod(this, 'hasAttribute', [name]);
cloudflare_workers package
documentation
interop/html_rewriter_interop
PropsElement
hasAttribute method
PropsElement extension on
Element