WindowEventHandlers.onunload
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/ru/web/api/html_dom_api/index.md)
Описание
Событие unload
возникает когда window выгружает своё содержимое и ресурсы. Удаление ресурсов происходит после возникновения события unload
.
Синтаксис
window.onunload = funcRef;
funcRef
ссылка на функцию.
Примечание
Using this event handler in your page prevents Firefox 1.5 from caching the page in the in-memory bfcache. Смотрите Использование кеширования в Firefox 1.5 для получения более детальной информации.
Браузеры, оснащённые блокировщиками всплывающих окон будут игнорировать все вызовы метода window.open()
внутри функции обработчика события onunload
.
You can and should handle this event through window.addEventListener()
and the unsupported templ: event event. More documentation is available there.
Спецификации
Specification |
---|
HTML Standard # event-unload |
HTML Standard # handler-window-onunload |
Совместимость с браузерами
BCD tables only load in the browser