Skip to main content

window_close

Function window_close 

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

window.close()(丸ごと未対応だった。理由はwindow_openと同じ)。 この処理系にはウィンドウを閉じる操作自体が無いため無害な no-op (window.print()と同方針)。