How does the site download mega.co.nz and how to do it in javascript [closed]

-1

I found it cool how the site link downloads the files. What code to run it?

It can be examples that only works in Chrome.

    
asked by anonymous 21.03.2014 / 17:37

1 answer

1

It downloads base64 parts of the file, then joins and downloads the file using a blob.

Take a look at this lib: link

    
02.04.2014 / 21:24