Adriel Jansen Siahaya
|
d3183aa99d
|
fix(http): return response early in JS before waiting for chunks on the rust side (#2522)
|
2025-03-15 02:06:41 +02:00 |
|
Adriel Jansen Siahaya
|
cb38f54f4a
|
HTTP add stream support (#2479)
* feat: add stream support
* feat: add stream support
* Revert "feat: add stream support"
This reverts commit 5edea81680.
* feat: add stream support
* Discard changes to pnpm-lock.yaml
* Discard changes to plugins/http/package.json
* fix(stream): change IPC packet
* fix: update stream message guest-js
* fix: return early when aborted
* fix: use InvokeResponseBody as packet
* fix: remove serde_bytes
* fix: remove reqwest response
* fix: content conversion bug
* fix: remove ReqwestResponses along with its implementations
* formatting and update changelog
* build api-iife.js
---------
Co-authored-by: Fabian-Lars <github@fabianlars.de>
|
2025-03-08 15:45:05 -03:00 |
|
DiamondDrake
|
105136494c
|
feat(http): add dangerous settings / disable ssl verification - issue #518 (#2204)
|
2025-01-22 02:23:37 +02:00 |
|
Twilight
|
84f8bd5e1e
|
fix(http): properly invoke abort (#1662)
Co-authored-by: amrbashir <github@amrbashir.me>
|
2024-08-14 19:18:32 +03:00 |
|
Amr Bashir
|
ac9a25cc12
|
fix(http): use tokio oneshot channel for detecting abort (#1395)
* fix(http): properly handle aborting
closes #1376
* abort early in JS
* avoid using unnecessary mutexes
* fix lint
* update bundle
* simplify
|
2024-07-08 20:31:29 +03:00 |
|
Amr Bashir
|
a66549329c
|
fix(http): set headers on resposne manually (#1526)
The browser `Response` constructor removes `set-cookie` headers and so we set them manually.
closes #1470
|
2024-07-08 15:18:14 +03:00 |
|
Amr Bashir
|
9d7ae45b0e
|
fix(http): include browser headers if not set by user (#1354)
* fix(http): include browser automatic headers if not set by user
close #1349
* fmt
* Update browser-headers.md
* lint
* generate api
|
2024-05-21 12:43:26 +02:00 |
|
Tony
|
e1d06b93b7
|
refactor: drop eslint config love (#1341)
* Drop eslint config love
* More eqeqeq
* Even more
|
2024-05-18 11:00:09 +02:00 |
|
renovate[bot]
|
faa89850d0
|
chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 (#1228)
* chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0
* actually apply the rules lol
* rebuild
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2024-04-23 00:40:51 +02:00 |
|
Lucas Fernandes Nogueira
|
a04ea2f382
|
refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
* refactor: only inject API IIFE script when withGlobalTauri is true
* fmt
* update tauri
|
2024-03-19 15:03:20 -03:00 |
|