peturh

Results 8 comments of peturh

I have the same issue. Trying to apply it as default but doesn't work for me.

``` function sfMessagesBuilder(args) { var messagesDiv = args.fieldFrag.querySelector('[sf-messages]'); if (messagesDiv && sfMessagesNode) { var child = sfMessagesNode.cloneNode(); messagesDiv.appendChild(child); } }; ``` This is the builder function your talking about?

Thanks for the reply. I don't get any logs in the service worker in Firefox, I tried to log the filename and it shows up like this (one error that...

Thanks! Much cleaner. However, doing this did not resolve the firefox bug that we have. Doing it in browser works fine though (until we hit about 400MB of downloads, then...

> Would you mind adding a link to your website so I can try to reproduce ? Hello, sorry for my late reply. I will try to think of a...

Sorry, not my intention closing this. 😴

> By keep-alive I actually just meant this: > > ``` > > setInterval(function keepAlive() { > fetch('downloadZip/keep-alive', { > method: 'POST' > }); > }, 4000); > ``` >...

Use: https://github.com/ZJONSSON/node-unzipper Confirmed working exact same way as `node-unzip`