UNPKG

cross-storage

Version:
15 lines (13 loc) 322 B
<!doctype html> <head> <title>Cross Storage Hub</title> </head> <body> <script type="text/javascript" src="../lib/hub.js"></script> <script> CrossStorageHub.init([ {origin: /^someOtherOrigin$/, allow: ['get', 'set', 'del']} ]); window.localStorage.setItem('key1', 'original'); </script> </html>