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 45312bf commit e4121e1Copy full SHA for e4121e1
rfcs/remote_channel.md
@@ -558,9 +558,9 @@ test.html
558
```html
559
<!doctype html>
560
<title>call example</title>
561
-<script src="/resources/testharness.js">
562
-<script src="/resources/testharnessreport.js">
563
-<script src="/resources/channel.js">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="/resources/channel.sub.js"></script>
564
565
<script>
566
promise_test(async t => {
0 commit comments