Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/
Class
apps/web/src/bridge/http-bridge.ts:133–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
type
JsonRequestInit = Omit<RequestInit,
'body'
> & { body?: JsonBody }
132
133
class
HttpRequestError extends Error {
134
status: number
135
path: string
136
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected