Skip to content

Commit c45830e

Browse files
committed
using object.assign pollyfill for old browsers on travis ci
1 parent 8092a96 commit c45830e

File tree

6 files changed

+370
-29
lines changed

6 files changed

+370
-29
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ For use with `.recognizeBlob({play: true})` - slows the results down to match th
142142
* add an example that includes alternatives and word confidence scores
143143
* enable eslint - https://github.ibm.com/fed/javascript-style-guides
144144
* break components into standalone npm modules where it makes sense
145-
* record which shim/pollyfills would be useful to extend partial support to older browsers (Promise, Object.assign, etc.)
145+
* record which shim/pollyfills would be useful to extend partial support to older browsers (Promise, etc.)
146146
* run integration tests on travis (fall back to offline server for pull requests)
147147
* more tests in general
148148
* update node-sdk to use current version of this lib's RecognizeStream (and also provide the FormatStream + anything else that might be handy)

0 commit comments

Comments
 (0)