menu
cloudflare_workers package
documentation
public/html_rewriter.dart
Element
hasAttribute method
hasAttribute method
dark_mode
light_mode
hasAttribute
method
bool
hasAttribute
(
String
name
)
Implementation
bool hasAttribute(String name) => _delegate.hasAttribute(name);
cloudflare_workers package
documentation
public/html_rewriter
Element
hasAttribute method
Element class