-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
patch-request
constructor types and update `CapacitorWebFe…
…tch` initialization - Updated `patch-request.ts` constructor to use more specific types (`RequestInfo | URL` and `RequestInit`). - Simplified `CapacitorWebFetch` initialization in `patch-request.ts`. - Updated `.gitignore` to include new paths for Capacitor Android build files. - Removed unnecessary build and settings files from the repository.
- Loading branch information
1 parent
3c83a4f
commit 9e38650
Showing
18 changed files
with
6 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-27.3 KB
@capacitor/android/capacitor/.gradle/8.8/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed
BIN
-39.9 KB
@capacitor/android/capacitor/.gradle/8.8/checksums/sha1-checksums.bin
Binary file not shown.
Empty file.
Binary file not shown.
Binary file removed
BIN
-39 Bytes
@capacitor/android/capacitor/.gradle/8.8/fileHashes/fileHashes.lock
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-29.2 KB
@capacitor/android/capacitor/.gradle/8.9/checksums/sha1-checksums.bin
Binary file not shown.
Binary file removed
BIN
-38 Bytes
@capacitor/android/capacitor/.gradle/8.9/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed
BIN
-39 Bytes
@capacitor/android/capacitor/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
@capacitor/android/capacitor/.gradle/buildOutputCleanup/cache.properties
This file was deleted.
Oops, something went wrong.
Empty file.
13 changes: 0 additions & 13 deletions
13
@capacitor/android/capacitor/.settings/org.eclipse.buildship.core.prefs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import "src/logic/patch-request" | ||
|
||
if (!("CapacitorWebFetch" in self)) | ||
self.CapacitorWebFetch = fetch | ||
if (!("CapacitorWebFetch" in self)) window.CapacitorWebFetch = fetch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters