ec-node: wt-publish via moq-transport (draft-07)
This commit is contained in:
parent
7719b0b763
commit
49b969e081
6 changed files with 385 additions and 52 deletions
|
|
@ -3,7 +3,8 @@
|
|||
// This uses the upstream hang web component (WebTransport + WebCodecs).
|
||||
// It is intentionally dependency-light: no framework, no bundler.
|
||||
|
||||
import "https://cdn.jsdelivr.net/npm/@kixelated/hang@0.7.0/watch/element.js";
|
||||
// Use an ESM CDN that rewrites bare module specifiers.
|
||||
import "https://esm.sh/@kixelated/hang@0.7.4/watch/element.js";
|
||||
|
||||
const DEFAULT_RELAY_URL = "https://relay.cloudflare.mediaoverquic.com/";
|
||||
|
||||
|
|
@ -178,4 +179,3 @@ function main() {
|
|||
}
|
||||
|
||||
main();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue