55
edits
| Line 55: | Line 55: | ||
;seekable() Boolean | ;seekable() Boolean | ||
:Returns true if the stream supports the length and position properties, false otherwise. '''''Note''': we're not impelementing seek(), so should we find another term for this, too?'' | :Returns true if the stream supports the length and position properties, false otherwise. '''''Note''': we're not impelementing seek(), so should we find another term for this, too? 'positionable' comes to mind, but feels slightly awkward.'' | ||
;closed() Boolean | ;closed() Boolean | ||
edits