@capacitor/core 7.4.3 → 7.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/http.md +1 -1
- package/package.json +1 -1
- package/types/core-plugins.d.ts +1 -1
package/http.md
CHANGED
|
@@ -212,7 +212,7 @@ Make a Http DELETE Request to a server using native libraries.
|
|
|
212
212
|
| **`data`** | <code>any</code> | Additional data received with the Http response. |
|
|
213
213
|
| **`status`** | <code>number</code> | The status code received from the Http response. |
|
|
214
214
|
| **`headers`** | <code><a href="#httpheaders">HttpHeaders</a></code> | The headers received from the Http response. |
|
|
215
|
-
| **`url`** | <code>string</code> | The response URL
|
|
215
|
+
| **`url`** | <code>string</code> | The response URL received from the Http response. |
|
|
216
216
|
|
|
217
217
|
|
|
218
218
|
#### HttpHeaders
|
package/package.json
CHANGED
package/types/core-plugins.d.ts
CHANGED