MCPcopy
hub / github.com/ionic-team/capacitor / delete

Method delete

core/src/core-plugins.ts:183–183  ·  view source on GitHub ↗

* Make a Http DELETE Request to a server using native libraries.

(options: HttpOptions)

Source from the content-addressed store, hash-verified

181 * Make a Http DELETE Request to a server using native libraries.
182 */
183 delete(options: HttpOptions): Promise<HttpResponse>;
184}
185
186/**

Callers 7

initLoggerFunction · 0.65
returnResultFunction · 0.65
buildRequestInitFunction · 0.65
initLoggerFunction · 0.65
returnResultFunction · 0.65
initLoggerFunction · 0.65
returnResultFunction · 0.65

Implementers 2

CapacitorHttpPluginWebcore/src/core-plugins.ts
CapacitorHttpandroid/capacitor/src/main/java/com/ge

Calls

no outgoing calls

Tested by

no test coverage detected