Skip to content

Commit

Permalink
docs: rm Download pending registry update
Browse files Browse the repository at this point in the history
  • Loading branch information
dphilla committed Apr 24, 2024
1 parent af78b99 commit a568512
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/languages/javascript-typescript/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,6 @@ it.
})();
```
</Tab>
<Tab title="Using the Scale Registry">
```javascript
import { Download } from '@loopholelabs/scale/registry'
import { New } from "@loopholelabs/scale";

const sf = Download("hello", "latest");
(async () => {
const r = await New([sf]);
const i = await r.Instance(null);
i.Context().Request.Body = "Hello, World!";
i.Run()
console.log(i.Context().Response.Body);
})();
```
</Tab>
</Tabs>

## What's Next?
Expand Down

0 comments on commit a568512

Please sign in to comment.