- From: Rich Tibbett <richt@opera.com>
- Date: Mon, 08 Nov 2010 15:57:08 +0100
- To: W3C Device APIs and Policy WG <public-device-apis@w3.org>
I've uploaded a first editor's draft of a 'Contact Blob Writer' specification: http://dev.w3.org/2009/dap/contacts/BlobWriter.html This improves and formalizes the initial writeback proposal that was distributed on the mailing list [1]. To summarize, this API consists of one method that allows a developer to create a Contact Blob, reusing the Contact properties available in the accompanying Contact Reader API [2]. This Contact Blob can then be turned in to a Blob URI with the createObjectURL() method provided in the File API [3]. When this Blob URI is assigned to e.g. an anchor tag it can be downloaded to the user's device. Alternatively window.open or document.location.href (as examples) could be used to download the Contact Blob. Which application handles the downloaded blob contents is beyond the scope of this specification but the valid Content Blob media types that have been included are intended to play nicely with existing and legacy systems. Let me know what you think and let's discuss in the coming days. - Rich Tracker, this completes ACTION-299. [1] http://lists.w3.org/Archives/Public/public-device-apis/2010Nov/0002.html [2] http://dev.w3.org/2009/dap/contacts/Overview.html [3] http://www.w3.org/TR/file-upload/#dfn-createObjectURL
Received on Monday, 8 November 2010 14:57:44 UTC