diff --git a/docs.html b/docs.html index cacd551..f15cd6c 100644 --- a/docs.html +++ b/docs.html @@ -133,11 +133,10 @@ - Otherwise, errors are invoked by FileReader when opening the file. + Otherwise, errors are invoked by FileReader when opening the file. (Loading a non-text file may result in undefined behavior.)
  • complete is invoked when parsing a file completes. It receives the results of the parse (including parse errors), the File object, the <input> element from which the file was chosen, and the FileReader-generated event.