Mypal/dom/workers/test/window_suspended.html
2019-03-11 13:26:37 +03:00

6 lines
92 B
HTML

<script>
onpageshow = function(e) {
opener[location.search.split('?')[1]](e);
}
</script>