ServerJS/IO: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with 'The purpose of this proposal is to create a unified interface for stream-like objects in JavaScript. This specification was originally part of the [[ServerJS/Filesystem_API|FileS…')
 
 
Line 2: Line 2:


== Proposals ==
== Proposals ==
[[ServerJS/IO/A|I/O Proposal A]]


== Inspirations and Prior Art ==  
== Inspirations and Prior Art ==  


The [[ServerJS/Filesystem_API|FileSystem API]] page contains an extensive list of existing I/O related APIs.
The [[ServerJS/Filesystem_API|FileSystem API]] page contains an extensive list of existing I/O related APIs.

Latest revision as of 21:44, 7 September 2009

The purpose of this proposal is to create a unified interface for stream-like objects in JavaScript. This specification was originally part of the FileSystem API and has been extracted to provide a common API for other I/O related modules.

Proposals

I/O Proposal A

Inspirations and Prior Art

The FileSystem API page contains an extensive list of existing I/O related APIs.