blob: c0be3b273408fe62e83f52dc42dfa6a3fe6f6ef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
title: Document.onoffline
slug: Web/API/Document/onoffline
tags:
- API
- DOM
- NeedsContent
- Property
- Reference
translation_of: Web/API/Document/onoffline
---
<div>{{APIRef("DOM")}}</div>
<p><strong><code>Document.onoffline</code></strong> イベントハンドラーは、 {{event("offline")}} が {{HtmlElement("body")}} 要素上で発生してバブリングしたとき、 {{domxref("navigator.onLine")}} プロパティが変化して <code>false</code> になったときに呼び出されます。</p>
|