File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11quaggaJS
22========
33
4- - [ Changelog] ( #changelog ) (2015-08-13 )
4+ - [ Changelog] ( #changelog ) (2015-08-29 )
55
66## What is QuaggaJS?
77
@@ -34,10 +34,10 @@ be aligned with the viewport.
3434
3535In order to take full advantage of quaggaJS, the browser needs to support the
3636` getUserMedia ` API which is already implemented in recent versions of Firefox,
37- Chrome and Opera. The API is also available on their mobile counterparts
38- installed on Android. Safari and IE do not allow the access to the camera yet,
39- neither on desktop, nor on mobile. You can check [ caniuse ] [ caniuse_getusermedia ]
40- for updates.
37+ Chrome, IE (Edge) and Opera. The API is also available on their mobile
38+ counterparts installed on Android (except IE). Safari does not allow the access
39+ to the camera yet, neither on desktop, nor on mobile. You can check
40+ [ caniuse ] [ caniuse_getusermedia ] for updates.
4141
4242In cases where real-time decoding is not needed, or the platform does not
4343support ` getUserMedia ` QuaggaJS is also capable of decoding image-files using
@@ -377,6 +377,10 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
377377
378378## <a name =" changelog " >Changelog</a >
379379
380+ ### 2015-08-29
381+ - Improvements
382+ - Added support for Internet Explorer (only Edge+ supports ` getUserMedia ` )
383+
380384### 2015-08-13
381385- Improvements
382386 - Added ` offProcessed ` and ` offDetected ` methods for detaching event-
You can’t perform that action at this time.
0 commit comments