electron/spec/fixtures/api/beforeunload-undefined.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
132 B
HTML
Raw Normal View History

<html>
<body>
<script type="text/javascript" charset="utf-8">
window.onbeforeunload = function() {
}
</script>
</body>
</html>