medialab / artoo

artoo.js - the client-side scraping companion.
http://medialab.github.io/artoo/
MIT License
1.1k stars 93 forks source link

artoo.saveCsv function causing TypeError exception #301

Open kgashok opened 3 years ago

kgashok commented 3 years ago

When the artoo.saveCsv function was used:

   artoo-latest.min.js:2 Uncaught TypeError: e.map is not a function
        at artoo-latest.min.js:2
        at Array.map (<anonymous>)
        at Object.r [as csv] (artoo-latest.min.js:2)
        at o.artoo.saveCsv (artoo-latest.min.js:2)
        at <anonymous>:1:7

The error is the same when using either latest Chrome version or Firefox version.