Commit e293367
feat(http): better binary support & XHR support (#7707)
* feat(http): binary upload support
* feat(http): better binary support & XHR support
* fix: linting issue
* chore: moved files from old place to the new one
* chore: Updated NativeScript.api.md
* feat(http): support both ByteBuffer and String
Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>1 parent a311a92 commit e293367
23 files changed
Lines changed: 1212 additions & 449 deletions
File tree
- api-reports
- nativescript-core
- fetch
- globals
- polyfills
- text
- xhr
- http
- http-request
- text
- xhr
- tests/app
- fetch
- http
- xhr
- tns-core-modules-widgets/android/widgets/src/main/java/org/nativescript/widgets
- tns-platform-declarations/android
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1010 | 1010 | | |
1011 | 1011 | | |
1012 | 1012 | | |
| 1013 | + | |
| 1014 | + | |
1013 | 1015 | | |
1014 | 1016 | | |
1015 | 1017 | | |
| |||
1021 | 1023 | | |
1022 | 1024 | | |
1023 | 1025 | | |
1024 | | - | |
| 1026 | + | |
1025 | 1027 | | |
1026 | 1028 | | |
1027 | 1029 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments