psixdev

Results 4 comments of psixdev

Sorry, it seems I did not ask the question correctly. I need upload progress, not download progress. And onDownloadProgress doesn't help me.

It seems that the plugin only works if I use `import` instead of `require` in my code. Is it possible to make the plugin work with `require`?

Just leave it here ``` "package": "bash -c 'cat dist/angular6-elements/{runtime,polyfills,scripts,main}.js' | gzip > elements.js.gz" ```

Hello! Any updates? I have same problem with throwing errors when large files are uploading: the connection with the client doesn't close. I tried to use `@koa/multer`, `koa-body` and just...