Explorar el Código

Added ignoreHTTPStatus to documentation.

Pontus hace 9 años
padre
commit
5052a950e6
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      docs/api/loaders/XHRLoader.html

+ 10 - 0
docs/api/loaders/XHRLoader.html

@@ -37,6 +37,11 @@
 		Can be set to change the response type.
 		</div>
 
+		<h3>[property:Boolean ignoreHTTPStatus]</h3>
+		<div>
+		When set, the 'load' event handler will not check HTTP Status or readyState. All 'load' events will then be treated as successfull. Should only be used when XHRLoader fetch data from a non-http source (e.g. local file system, file://).
+		</div>
+
 
 		<h2>Methods</h2>
 
@@ -61,6 +66,11 @@
 		[page:String value] — the empty string (default), "arraybuffer", "blob", "document", "json", or "text".
 		</div>
 
+		<h3>[method:null setIgnoreHTTPStatus]( [page:Boolean value] )</h3>
+		<div>
+		[page:Boolean value] — true/false
+		</div>
+
 
 		<h2>Example</h2>