1
0
Fork 0
mirror of https://github.com/openseadragon/openseadragon.git synced 2025-04-03 13:53:31 +03:00

fix ajax headers not propagated to navigator

This commit is contained in:
eug-L 2024-06-04 15:24:56 +08:00
parent f3a942c522
commit 834ed6ede5

View file

@ -515,6 +515,8 @@ $.Viewer = function( options ) {
crossOriginPolicy: this.crossOriginPolicy,
animationTime: this.animationTime,
drawer: this.drawer.getType(),
loadTilesWithAjax: this.loadTilesWithAjax,
ajaxHeaders: this.ajaxHeaders,
});
}