UNPKG

cross-storage

Version:
13 lines (12 loc) 273 B
<!doctype html> <head> <title>Cross Storage Hub</title> </head> <body> <script type="text/javascript" src="../lib/hub.js"></script> <script> CrossStorageHub.init([ {origin: /.*/, allow: ['get', 'set', 'del', 'clear', 'getKeys']} ]); </script> </html>