--- title: Window.status slug: Web/API/Window/status tags: - API - HTML DOM - NeedsExample - NeedsSpecTable - Property - Reference - Window browser-compat: api.Window.status translation_of: Web/API/Window/status ---
{{APIRef}} {{Deprecated_Header}}

status は {{domxref("Window")}} インターフェイスのプロパティで、もともとブラウザーウィンドウの最下部にあるステータスバーのテキストを設定するためのものでした。しかし、 HTML 標準は window.status に設定してもステータスバーに表示されるテキストには影響させないよう要求しています。

構文

window.status = string; var value = window.status;

仕様書

{{Specifications}}

ブラウザーの互換性

{{Compat}}