Reputation: 5253
Can any one link me up to a synchronous file api for web workers tutorial/example? i tried but couldn't find any. html5rocks does not seem to have covered it.
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#the-synchronous-filesystem-interface
Upvotes: 2
Views: 837
Reputation: 5478
It looks like Chrome does not support it yet. There is O'Reilly's book on HTML5 Filesystem API that also covers some basic synchronous API and here is an online preview of the chapter dedicated to synchronous API. From the preview, it seems like synchronous API is the same as asynchronous.
Upvotes: 2