Skip to main content

window_stop

Function window_stop 

Source
pub(crate) fn window_stop(
    _it: &mut Interp,
    _this: Value,
    _a: &[Value],
) -> Result<Value, Value>
Expand description

window.stop()(丸ごと未対応だった。ブラウザの「読み込み中止」ボタン に相当する定番API。2026-07-17 発見)。この処理系はページ全体を同期的に パースしてから<script>を実行するため、途中で中断できる非同期の 読み込み処理自体が無く、window.close/.printと同じ無害なno-op。