From 5647794d78e5d37e71954705a09360ea874efedd Mon Sep 17 00:00:00 2001 From: Merlijn Sebrechts Date: Tue, 9 Feb 2016 17:36:12 +0100 Subject: [PATCH 1/2] Add FAQ question about browser support. See https://github.com/krishnasrinivas/wetty/issues/45#issuecomment-181448586 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c4c895f..f8f8962 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,11 @@ Install wetty globally with -g option: This will start wetty on port 3000. If you want to change the port or redirect stdout/stderr you should change the last line in `wetty.conf` file, something like this: exec sudo -u root wetty -p 80 >> /var/log/wetty.log 2>&1 + + +FAQ +--- + +#### What browsers are supported? + +Wetty supports all browsers that Google's hterm supports. Wetty has been [reported](https://github.com/krishnasrinivas/wetty/issues/45#issuecomment-181448586) to work on Google Chrome, Firefox and IE 11. Although IE 11 requires [a small fix](http://stackoverflow.com/questions/13102116/access-denied-for-localstorage-in-ie10#20848924). From 06c54ea811e126e337f4af6685eb0795ce9b23c6 Mon Sep 17 00:00:00 2001 From: Merlijn Sebrechts Date: Wed, 10 Feb 2016 15:42:32 +0100 Subject: [PATCH 2/2] Fix isn't always needed on IE11 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f8962..9b574e1 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,8 @@ FAQ #### What browsers are supported? -Wetty supports all browsers that Google's hterm supports. Wetty has been [reported](https://github.com/krishnasrinivas/wetty/issues/45#issuecomment-181448586) to work on Google Chrome, Firefox and IE 11. Although IE 11 requires [a small fix](http://stackoverflow.com/questions/13102116/access-denied-for-localstorage-in-ie10#20848924). +Wetty supports all browsers that Google's hterm supports. Wetty has been [reported](https://github.com/krishnasrinivas/wetty/issues/45#issuecomment-181448586) to work on Google Chrome, Firefox and IE 11. + +#### Why isn't Wetty working with IE? + +[This fix](https://stackoverflow.com/questions/13102116/access-denied-for-localstorage-in-ie10#20848924) has been known to help some users.