checkValidity method

bool checkValidity()

The checkValidity() method of the HTMLObjectElement interface returns a boolean value that always is true, because object objects are never candidates for constraint validation.

Implementation

external bool checkValidity();