5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 06:22:16 +08:00
wails/v2/internal/frontend/runtime/wrapper
Lea Anthony 93491eb2eb
Feature/align api (#1161)
* Fix WindowSetRGBA API

* Change WindowUnFullscreen -> WindowUnfullscreen for consistency
RGBA bugfix
2022-02-19 20:29:55 +11:00
..
browser.js feat: added a method to open the link in runtime(wailsapp#796) 2021-09-13 17:58:36 +08:00
events.js [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
log.js [windows-x] Add LogTrace 2021-08-29 14:36:31 +10:00
main.js Merge branch 'v2-alpha' into 796-support-browseropenurl 2021-09-13 20:21:59 +10:00
package-lock.json feat: added a method to open the link in runtime(wailsapp#796) 2021-09-13 17:58:36 +08:00
package.json [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
README.md [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
runtime.d.ts Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
runtime.js Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
window.js Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
wrapper.go [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00

Wails Runtime

This module is the Javascript runtime library for the Wails framework. It is intended to be installed as part of a Wails project, not a standalone module.