5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:51:44 +08:00
wails/v2/internal/frontend
stffabi 496461920f
[v2] DevServer improvements and fixes (#2664)
* [assetserver, darwin] Fix copying request headers by using strdup

* [assetserver, linux] Fake some basic http headers for legacy webkit2 versions to support proxying requests to other servers

This fixes the devserver on v2 for newer vite versions that use the custom
scheme.

* [v2, windows] 304 responses are going to hang the WebView2 so prevent them by removing cache related headers in the request.

* [v2, dev] Now uses the custom schemes `wails://` on macOS and Linux for all Vite versions.

Prevent missing reload after fast multiple savings on Linux and Windows.
2023-05-16 09:35:48 +02:00
..
desktop [v2] DevServer improvements and fixes (#2664) 2023-05-16 09:35:48 +02:00
devserver [v2] DevServer improvements and fixes (#2664) 2023-05-16 09:35:48 +02:00
dispatcher Add common text clipboard support (#2228) 2023-01-05 16:41:07 +11:00
runtime [windows] Allow single-clicks on wails-draggable items (#2482) 2023-03-20 08:45:21 +01:00
calls.go [windows-x] Support calling bound methods 2021-08-13 23:44:24 +10:00
dispatcher.go [windows-x] Update events system to accommodate dev build 2021-08-25 20:54:05 +10:00
events.go Add single listener deregistration (#1969) 2022-10-23 09:03:37 +11:00
frontend.go Add common text clipboard support (#2228) 2023-01-05 16:41:07 +11:00