Monthly Archives: July 2010

Synchronous file reading in HTML 5

Firefox and WebKit now have the ability to read files from JavaScript using the File API.  Files are read asynchronously so that the browser does not hang as the file is read, which may be a costly exercise.  These two … Continue reading

Posted in Uncategorised | Tagged | Leave a comment