The status
property of the
Window
interface was originally intended to set the text in the status
bar at the bottom of the browser window. However, the HTML standard now requires
setting window.status
to have no effect on the text displayed in the
status bar.
Syntax
window.status = string; var value = window.status;
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'window.status' in that specification. |
Living Standard |
Browser compatibility
BCD tables only load in the browser