Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 638 Bytes

File metadata and controls

35 lines (23 loc) · 638 Bytes
title Window: captureEvents() method
short-title captureEvents()
slug Web/API/Window/captureEvents
page-type web-api-instance-method
status
deprecated
browser-compat api.Window.captureEvents

{{APIRef}} {{Deprecated_Header}}

The Window.captureEvents() method does nothing. Its original behavior has been removed from the specification, but the method itself has been retained so as not to break code that calls it.

Syntax

captureEvents()

Parameters

None.

Return value

None ({{jsxref("undefined")}}).

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}