aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/status/index.html
blob: fe58b2a29a01525747e3560bef1bf7030460d003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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
---
<div>{{APIRef}} {{Deprecated_Header}}</div>

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

<h2 id="Syntax">構文</h2>

<pre
  class="brush: js"><em>window</em>.status = <em>string</em>; var <em>value = window</em>.status;</pre>

<h2 id="Specifications">仕様書</h2>

{{Specifications}}

<h2 id="Browser_compatibility">ブラウザーの互換性</h2>

<p>{{Compat}}</p>