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.

result

Property of dom/Elementdom/Element

Syntax

var result = element.result;
element.result = value;

Notes

Remarks

The format of the result data depends on which of the read methods was used to initiate the read operation. This property can also return partial Blob data. Partial Blob data is the part of the File or Blob that has been read into memory currently; when processing the read method readAsText, partial Blob data is a Document Object Model (DOM) string that is incremented as more bytes are loaded; and when processing readAsArrayBuffer, partial Blob data is an array buffer object consisting of the bytes loaded so far.

Syntax

See also

Related pages

Attributions