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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@ if webbrowser::open("http://github.com").is_ok() {
33
33
34
34
| Platform | Supported | Browsers | Test status |
35
35
|----------|-----------|----------|-------------|
36
-
| macos | ✅ | default + [others](https://docs.rs/webbrowser/latest/webbrowser/enum.Browser.html)| ✅. Non-ascii UTF-8 URLs currently fail on Github, but works locally, so YMMV |
36
+
| macos | ✅ | default + [others](https://docs.rs/webbrowser/latest/webbrowser/enum.Browser.html)| ✅ (unencoded non-ascii URLs currently fail on Github, but work locally, so YMMV)|
37
37
| windows | ✅ | default only | ✅ |
38
-
| linux/*bsd | ✅ | default only (respects $BROWSER env var, so can be used with other browsers) | ✅ |
38
+
| linux/*bsd | ✅ | default only (respects $BROWSER env var, so can be used with other browsers) | ✅ |
//! | macos | ✅ | default + [others](https://docs.rs/webbrowser/latest/webbrowser/enum.Browser.html) | ✅ (unencoded non-ascii URLs currently fail on Github, but work locally, so YMMV) |
10
+
//! | windows | ✅ | default only | ✅ |
11
+
//! | linux/*bsd | ✅ | default only (respects $BROWSER env var, so can be used with other browsers) | ✅ |
0 commit comments