h5p/h5p-editor-php-library

The `unload` event is deprecated

Opened this issue · 0 comments

The unload event is deprecated (https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event).

$window.one('beforeunload unload', function () {