From 48d48901c364f6001445fa7f59f4527123275ea6 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 6 Feb 2014 08:55:35 -0700 Subject: [PATCH] Type check done away --- docs.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.