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