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

Method patch

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

* Perform an Http PATCH request given a set of options * @param options Options to build the HTTP request

(options: HttpOptions)

Source from the content-addressed store, hash-verified

477 * @param options Options to build the HTTP request
478 */
479 async patch(options: HttpOptions): Promise<HttpResponse> {
480 return this.request({ ...options, method: 'PATCH' });
481 }
482
483 /**
484 * Perform an Http DELETE request given a set of options

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected