ScriptableIO: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
These are some notes for adding better IO support for use in JS.
These are some notes for adding better IO support for use in JS.
See {{bug|380813}} for details.


The plan is to create a new object 'IO' which may be used to retrieve IO objects, currently files and streams, but other types could be added as well. This object is a singleton so there is only one of them and methods of this object are used to create new files and streams. The interface used for the IO object is described further down.
The plan is to create a new object 'IO' which may be used to retrieve IO objects, currently files and streams, but other types could be added as well. This object is a singleton so there is only one of them and methods of this object are used to create new files and streams. The interface used for the IO object is described further down.
287

edits