소스 검색

Added ignoreHTTPStatus to documentation.

Pontus 9 년 전
부모
커밋
5052a950e6
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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>