MCPcopy Create free account
hub / github.com/observablehq/framework / url

Method url

src/client/stdlib/inputs.js:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 return (this._url ??= URL.createObjectURL(this._));
50 }
51 async url() {
52 return this.href;
53 }
54 async blob() {
55 return this._;
56 }

Callers 2

insertFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected