ServerJS/IO

From MozillaWiki
< ServerJS
Revision as of 13:40, 5 September 2009 by Hannesw (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Inspirations and Prior Art

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