Update due to let/const

Samuel Mannehed
2017-11-08 15:56:14 +01:00
parent 12587371b5
commit 95fb0f7933

@@ -1,15 +1,14 @@
noVNC should work on any modern browser with reasonable HTML5 support. Due to the fact that browser platforms are constantly updated and changed it is difficult to maintain a list of supported browsers the core noVNC team mainly test the newest versions of browsers. But the we *know* that versions older than the following **will not work**:
- Chrome 8
- Firefox 4
- Safari 6
- Chrome 49
- Firefox 44
- Safari 10
- iOS Safari 10
- Opera 12.1
- Opera 36
- IE 11
- Edge 12
The major limiting factors are the HTML5 features Canvas, WebSockets
and Typed Arrays.
The major limiting factors are the HTML5 features Canvas, WebSockets, Typed Arrays and let/const.
The old v0.1 release of noVNC has some support for older browsers
(e.g. Firefox 3.0, Chrome 4-7, Opera 10). Testing results for v0.1