cros-data
Version:
cross domian localstorage
22 lines (19 loc) • 456 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<p>hub</p>
</body>
<script src="./cros-data.umd.js"></script>
<script>
let hub = new crosData.Hub([{
origin: /.*localhost:1000\d$/,
allow: ['get', 'set', 'del']
}])
</script>
</html>