Skip to content

Commit fb2d1b7

Browse files
author
Christoph Oberhofer
committed
Updated Readme
1 parent adaa2b3 commit fb2d1b7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
quaggaJS
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

3535
In 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

4242
In cases where real-time decoding is not needed, or the platform does not
4343
support `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-

0 commit comments

Comments
 (0)