Skip to content

Commit decda77

Browse files
author
Sebastien Ringrose
committed
feat: response body dataURLs
1 parent f456c88 commit decda77

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Store.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { serialize, parseFcnString } from "./utils.ts"
22

3-
const encoder = new TextEncoder()
4-
53
interface Shelf {
64
get: (nodeId:string) => Promise<string> | Promise<undefined> | string | undefined,
75
set: (nodeId:string, nodeStr: string) => Promise<string> | Promise<void> | string | void,

0 commit comments

Comments
 (0)