Răsfoiți Sursa

Merge pull request #12696 from mrdoob/Mugen87-patch-1

Update ImageLoader.html
Mr.doob 7 ani în urmă
părinte
comite
f5c2aeef85
1 a modificat fișierele cu 0 adăugiri și 13 ștergeri
  1. 0 13
      docs/api/loaders/ImageLoader.html

+ 0 - 13
docs/api/loaders/ImageLoader.html

@@ -78,12 +78,6 @@
 		<h3>[property:String path]</h3>
 		<h3>[property:String path]</h3>
 		<div>The base path from which files will be loaded. See [page:.setPath]. Default is *undefined*.</div>
 		<div>The base path from which files will be loaded. See [page:.setPath]. Default is *undefined*.</div>
 
 
-		<h3>[property:String withCredentials]</h3>
-		<div>
-			Whether the XMLHttpRequest uses credentials - see [page:.setWithCredentials].
-			Default is *undefined*.
-		</div>
-
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 
 
 		<h3>[method:null load]( [page:String url], [page:Function onLoad], [page:Function onProgress], [page:Function onError] )</h3>
 		<h3>[method:null load]( [page:String url], [page:Function onLoad], [page:Function onProgress], [page:Function onError] )</h3>
@@ -107,13 +101,6 @@
 			you are loading many images from the same directory.
 			you are loading many images from the same directory.
 		</div>
 		</div>
 
 
-		<h3>[method:FileLoader setWithCredentials]( [page:Boolean value] )</h3>
-		Whether the XMLHttpRequest uses credentials such as cookies, authorization headers or
-		TLS client certificates. See
-		[link:https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials XMLHttpRequest.withCredentials].<br />
-		Note that this has no effect if you are loading files locally or from the same domain.
-		<div>
-
 		<h2>Source</h2>
 		<h2>Source</h2>
 
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]