5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 01:52:34 +08:00
wails/v3/internal/assetserver
2024-03-04 10:34:14 +01:00
..
webview [windows] Serve assets async 2023-10-05 19:18:32 +11:00
asset_fileserver.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
assetserver_darwin.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver_dev.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
assetserver_linux.go Bring linux up to date with dev changes 2024-01-21 21:24:30 +11:00
assetserver_production.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver_webview.go [runtime] Add cancelation of bound method calls and context passing 2024-03-04 10:34:14 +01:00
assetserver_windows.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver.go fix: wrong baseURL if open window twice (#3273) 2024-02-29 08:47:25 +11:00
build_dev.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
build_production.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
common.go [v3, assetServer] Use middlewares for runtime, caps and falgs instead of having the implementation in the assetserver 2024-02-16 07:38:28 +01:00
content_type_sniffer.go [v3 assetserver] cleanup logging 2023-08-24 12:44:13 -05:00
defaultindex.html Move assetserver to internal 2023-08-14 08:31:55 +10:00
fs.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
middleware.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimecache_test.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimecache.go Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
options.go [v3, assetServer] Use middlewares for runtime, caps and falgs instead of having the implementation in the assetserver 2024-02-16 07:38:28 +01:00
ringqueue.go Move assetserver to internal 2023-08-14 08:31:55 +10:00