Stringify supported nips

This commit is contained in:
Jon Staab
2026-01-26 10:08:37 -08:00
parent 1c0204c17c
commit 1ce053b26f
6 changed files with 17 additions and 3 deletions
+1
View File
@@ -1390,6 +1390,7 @@ export const setJson = (k: string, v: any) => localStorage.setItem(k, JSON.strin
/** Options for fetch requests */
type FetchOpts = {
method?: string
signal?: AbortSignal
headers?: Record<string, string | boolean>
body?: string | FormData
}