github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/server/camlistored/ui/js-notes.txt (about)

     1  FormData
     2  http://hacks.mozilla.org/2010/05/formdata-interface-coming-to-firefox/
     3  
     4  window.atob / window.btoa
     5  https://developer.mozilla.org/en/DOM/window.atob
     6  http://demos.hacks.mozilla.org/openweb/imageUploader/js/extends/xhr.js
     7  
     8  File Writer
     9  http://www.w3.org/TR/file-writer-api/
    10  
    11  File API
    12  http://www.w3.org/TR/2009/WD-FileAPI-20091117/
    13  
    14  Uint8Array
    15  https://developer.mozilla.org/en/JavaScript_typed_arrays/Uint8Array
    16