mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
1b6cf93474
Prior to IE 10, XmlHttpRequest cannot be used for requests to a different origin even when the target URL's CORS headers would allow access (see http://caniuse.com/#feat=cors). This is easy to miss in testing if you use a single origin during testing but have a CDN or domain-sharding for production and will break the error handler function passed to makeAjaxRequest() if that code assumes it can access properties on the request object. This adds a more informative pointer to Microsoft's documentation when a security exception is raised. |
||
---|---|---|
.. | ||
button.js | ||
buttongroup.js | ||
control.js | ||
controldock.js | ||
displayrectangle.js | ||
drawer.js | ||
dzitilesource.js | ||
eventhandler.js | ||
fullscreen.js | ||
iiiftilesource.js | ||
legacytilesource.js | ||
mousetracker.js | ||
navigator.js | ||
openseadragon.js | ||
osmtilesource.js | ||
overlay.js | ||
point.js | ||
profiler.js | ||
rectangle.js | ||
referencestrip.js | ||
spring.js | ||
strings.js | ||
tile.js | ||
tilesource.js | ||
tilesourcecollection.js | ||
tmstilesource.js | ||
viewer.js | ||
viewport.js |