Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ImageLoader.html #12696

Merged
merged 1 commit into from
Nov 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docs/api/loaders/ImageLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ <h3>[property:LoadingManager manager]</h3>
<h3>[property:String path]</h3>
<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>

<h3>[method:null load]( [page:String url], [page:Function onLoad], [page:Function onProgress], [page:Function onError] )</h3>
Expand All @@ -107,13 +101,6 @@ <h3>[method:FileLoader setPath]( [page:String path] )</h3>
you are loading many images from the same directory.
</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>

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
Expand Down