You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,7 +129,6 @@ Find more examples in the [`examples/`](https://github.com/webui-dev/v-webui/tre
127
129
> **Note**
128
130
> Until our Online Documentation is finished, you can referrer to [`src/lib.v`](https://github.com/webui-dev/v-webui/tree/main/src/lib.v) or use V's builtin `v doc -comments vwebui.src` for the latest overview of exported and commented functions.
129
131
130
-
131
132
- To use WebUI's debug build in your V-WebUI application, add the `-d webui_log` flag. E.g.:
132
133
133
134
```sh
@@ -142,18 +143,18 @@ Find more examples in the [`examples/`](https://github.com/webui-dev/v-webui/tre
142
143
143
144
## Supported Web Browsers
144
145
145
-
| Browser | Windows | macOS | Linux |
146
-
| ------ | ------ | ------ | ------ |
147
-
| Mozilla Firefox | ✔️ | ✔️ | ✔️ |
148
-
| Google Chrome | ✔️ | ✔️ | ✔️ |
149
-
| Microsoft Edge | ✔️ | ✔️ | ✔️ |
150
-
| Chromium | ✔️ | ✔️ | ✔️ |
151
-
| Yandex | ✔️ | ✔️ | ✔️ |
152
-
| Brave | ✔️ | ✔️ | ✔️ |
153
-
| Vivaldi | ✔️ | ✔️ | ✔️ |
154
-
| Epic | ✔️ | ✔️ |*not available*|
155
-
| Apple Safari |*not available*|*coming soon*|*not available*|
156
-
| Opera |*coming soon*|*coming soon*|*coming soon*|
0 commit comments