MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / install

Method install

www/js/ext/eventsource.esm.js:136–139  ·  view source on GitHub ↗
(target, source, args, runtime)

Source from the content-addressed store, hash-verified

134 this.stub = stub;
135 }
136 install(target, source, args, runtime) {
137 this.runtime = runtime;
138 runtime.assignToNamespace(target, this.nameSpace, this.eventSourceName, this.stub);
139 }
140 static parse(parser) {
141 if (!parser.matchToken("eventsource")) return;
142 var urlElement;

Callers

nothing calls this directly

Calls 1

assignToNamespaceMethod · 0.45

Tested by

no test coverage detected