willValidate property
bool
get
willValidate
The willValidate read-only property of
the HTMLObjectElement interface returns a boolean value that
indicates whether the element is a candidate for constraint validation.
Always false for
HTMLObjectElement objects.
Implementation
external bool get willValidate;