Window JavaScript Tutorial

Syntax

window.disableExternalCapture()
The disableExternalCapture() method disables any external event capturing set up using the enableExternalCapture() method.
Before capturing of these external events, you must first obtain UniversalBrowserWrite privileges.
Once obtained and the method has been invoked, you use the Window.captureEvents() method to specify the events you wish to capture.