UNPKG

cros-data

Version:
22 lines (19 loc) 613 B
<!DOCTYPE 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>client</p> <script src="./cros-data.umd.js" type="text/javascript" language="javascript"></script> <script type="text/javascript" language="javascript"> var client = new crosData.Client("http://0.0.0.0:10002/hub.html") client.set("token", 1234).then(function (res) { console.log(res) }) </script> </body> </html>