propagate ajaxWithCredentials to navigator

This commit is contained in:
eug-L 2024-06-09 20:52:37 +08:00
parent 65c727079c
commit 35d468c4db

View File

@ -517,6 +517,7 @@ $.Viewer = function( options ) {
drawer: this.drawer.getType(),
loadTilesWithAjax: this.loadTilesWithAjax,
ajaxHeaders: this.ajaxHeaders,
ajaxWithCredentials: this.ajaxWithCredentials,
});
}