tauri/.changes/window-api-validations.md
Lucas Fernandes Nogueira 7616e6cc7b
feat(api): validate window API size and location arguments (#1846)
* feat(api): validate window API `size` and `location` arguments

* fmt
2021-05-17 11:47:11 -03:00

6 lines
116 B
Markdown

---
"api": patch
---
Validate arguments on the window `setLocation`, `setSize`, `setMinSize` and `setMaxSize` API.