--- title: online slug: Web/API/Window/online_event translation_of: Web/API/Window/online_event ---
当浏览器能够访问网络, 并且navigator.online
的值被设为true
时, online
事件被触发.
<window>
)属性 | 类型 | 描述 |
---|---|---|
target {{readonlyInline}} |
{{domxref("EventTarget")}} | 产生该事件的对象(DOM树中最顶级的那个对象). |
type {{readonlyInline}} |
{{domxref("DOMString")}} | 事件类型. |
bubbles {{readonlyInline}} |
{{jsxref("Boolean")}} | 该事件是否冒泡. |
cancelable {{readonlyInline}} |
{{jsxref("Boolean")}} | 该事件是否可取消默认行为. |