- Jan 09, 2019
-
-
chrisgarrity authored
Browsers other than IE will be allowed to load the GUI. However, if there is an error, the error boundary will display an unsupported browser message recommending they update to the latest version of a supported browser. For the purposes of this PR, ‘supported’ means you can load the gui (anything other than IE), and recommended is just the browsers that meet our minimum requirements for Chrome, Firefox, Edge and Safari.
-
- Jan 08, 2019
-
-
Paul Kaplan authored
-
chrisgarrity authored
-
- Dec 26, 2018
-
-
Cqoicebordel authored
-
- May 26, 2018
-
-
apple502j authored
-
- May 15, 2018
-
-
Ray Schamp authored
Also, fix detection of IE so it works. Apparently bowser.name !== 'IE' on IE with bowser. bowser.msie works though.
-
Ray Schamp authored
bowser correctly detects Chrome Headless as Chrome, is already used by scratchr2, and is more actively maintained than platform.
-
- May 03, 2018
-
-
Paul Kaplan authored
Also extract the "supportedBrowser" logic into a helper (rule of 3)
-