Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

Window: stop() method

BaselineWidely available

Thewindow.stop() stops further resource loading in the currentbrowsing context, equivalent to the stop button in the browser.

Because of how scripts are executed, this method cannot interrupt its parentdocument's loading, but it will stop its images, new windows, and other still-loadingobjects.

Syntax

js
stop()

Parameters

None.

Return value

None (undefined).

Examples

js
window.stop();

Specifications

Specification
HTML
# dom-window-stop-dev

Browser compatibility

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp