Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ del
Function
del
components/runtime/src/ts/httpclient.ts:73–75 ·
view source on GitHub ↗
(path: string, init?: RequestInit)
Source
from the content-addressed store, hash-verified
71
* @category Helpers
72
*/
73
export
function
del(path: string, init?: RequestInit) {
74
return
request(
"DELETE"
, path, init);
75
}
76
77
/**
78
* Construct a
new
OPTIONS request
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected