forked from LeenkxTeam/Kmake
16 lines
232 B
HTML
16 lines
232 B
HTML
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head></head>
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
|
||
|
|
function handleStorageEvent(e) {
|
||
|
|
window.parent.storageEventList.push(e);
|
||
|
|
}
|
||
|
|
|
||
|
|
document.body.setAttribute("onstorage", "handleStorageEvent(event);");
|
||
|
|
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|