Readme
title:
Beige Goat
category:
blob

This val is a quick demo of setting and getting a blob.

1
2
3
4
5
6
7
8
import { blob } from "https://esm.town/v/std/blob?v=10";
const key = "blob_test";
const value = { hello: "val town" };
await blob.setJSON(key, value);
console.log(await blob.getJSON(key));
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
April 30, 2024