MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / isIE

Method isIE

src/openlayers/mapping/WebMap.js:5383–5388  ·  view source on GitHub ↗

* @private * @function WebMap.prototype.isIE * @description 判断当前浏览器是否为IE * @returns {boolean}

()

Source from the content-addressed store, hash-verified

5381 * @returns {boolean}
5382 */
5383 isIE() {
5384 if (!!window.ActiveXObject || 'ActiveXObject' in window) {
5385 return true;
5386 }
5387 return false;
5388 }
5389
5390 /**
5391 * @private

Callers 1

isSupportWebpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected