Document: clear() method
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
The Document.clear() method does nothing, but doesn't raise any error.
Syntax
js
clear()
Parameters
None.
Return value
None (undefined).
Specifications
| Specification |
|---|
| HTML> # dom-document-clear> |