5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 02:20:47 +08:00
wails/v3/internal/assetserver
2025-01-28 07:37:17 +11:00
..
bundledassets BREAKING CHANGE: wml attributes are now prefixed with data- 2025-01-28 07:37:17 +11:00
defaults Event cancellation for standard listeners. 2025-01-27 09:29:22 +11:00
webview [V3-Linux] Upgrade to Webkitgtk4.1 (#3461) 2024-05-08 18:08:14 +10: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 Fix default index.html serving. 2024-12-14 11:10:07 +11:00
assetserver_linux.go Bring linux up to date with dev changes 2024-01-21 21:24:30 +11:00
assetserver_production.go Fix default index.html serving. 2024-12-14 11:10:07 +11:00
assetserver_webview.go # Conflicts: 2024-09-18 05:55:49 +10:00
assetserver_windows.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver.go Fix default index.html serving. 2024-12-14 11:10:07 +11:00
build_dev.go Fix default index.html serving. 2024-12-14 11:10:07 +11:00
build_production.go Fix build issue 2024-12-15 08:32:43 +11:00
bundled_assetserver.go Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11: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
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