We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7924060 commit d12b53dCopy full SHA for d12b53d
index.html
@@ -7,7 +7,7 @@
7
</head>
8
<body>
9
<script type="module">
10
- window.webxdc.sendUpdate({payload: "hello world!"}, "");
+ window.webxdc.sendUpdate({ payload: "hello world!" }, "");
11
</script>
12
</body>
13
</html>
0 commit comments