This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

readAsText

Summary

Returns partial Blob data representing the number of bytes currently loaded (as a fraction of the total), decoded into memory according to the encoding determination.

Method of apis/file/MSStreamReaderapis/file/MSStreamReader

Syntax

var  = MSStreamReader.readAsText(/* see parameter list */);

Parameters

stream

Data-type
any

encoding

Data-type
any

size

Data-type
any

Return Value

Returns an object of type DOM NodeDOM Node

Type: HRESULT

This method can return one of these values.

S_OK

Attributions