mramonlopez / cordova-plugin-file-downloader

Phonegap plugin to download a list of files or a single file to the phone, check consistency and unzip if necessary (Android and ios)
MIT License
23 stars 19 forks source link

[Object object] as eventlistener result #11

Open qroft opened 4 years ago

qroft commented 4 years ago

Sorry for my noob question, but what must i write to get the eventlistener results ? At the moment i have this here: document.addEventListener('DOWNLOADER_gotFileSystem', function(event){ var data = event.data; alert (data); alert(data['cordova.fileSystem']); });

How do i get the values mentioned on the read.me of this plugin page? Thanks and greetings from this corner of the planet!

maika-kanaka commented 3 years ago

don't use alert function

try using console.log(data['cordova.fileSystem']);