@microsoft/applicationinsights-properties-js 3.0.1-nightly3.2304-38 → 3.0.1-nightly3.2304-44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/es5/{ai.props.3.0.1-nightly3.2304-38.cjs.js → ai.props.3.0.1-nightly3.2304-44.cjs.js} +111 -99
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.cjs.js.map +1 -0
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.cjs.min.js +6 -0
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.cjs.min.js.map +1 -0
- package/browser/es5/{ai.props.3.0.1-nightly3.2304-38.gbl.js → ai.props.3.0.1-nightly3.2304-44.gbl.js} +111 -99
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.gbl.js.map +1 -0
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.gbl.min.js +6 -0
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.gbl.min.js.map +1 -0
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.integrity.json +66 -0
- package/browser/es5/{ai.props.3.0.1-nightly3.2304-38.js → ai.props.3.0.1-nightly3.2304-44.js} +111 -99
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.js.map +1 -0
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.min.js +6 -0
- package/browser/es5/ai.props.3.0.1-nightly3.2304-44.min.js.map +1 -0
- package/browser/es5/ai.props.3.cjs.js +110 -98
- package/browser/es5/ai.props.3.cjs.js.map +1 -1
- package/browser/es5/ai.props.3.cjs.min.js +2 -2
- package/browser/es5/ai.props.3.cjs.min.js.map +1 -1
- package/browser/es5/ai.props.3.gbl.js +110 -98
- package/browser/es5/ai.props.3.gbl.js.map +1 -1
- package/browser/es5/ai.props.3.gbl.min.js +2 -2
- package/browser/es5/ai.props.3.gbl.min.js.map +1 -1
- package/browser/es5/ai.props.3.js +110 -98
- package/browser/es5/ai.props.3.js.map +1 -1
- package/browser/es5/ai.props.3.min.js +2 -2
- package/browser/es5/ai.props.3.min.js.map +1 -1
- package/dist/es5/applicationinsights-properties-js.js +110 -98
- package/dist/es5/applicationinsights-properties-js.js.map +1 -1
- package/dist/es5/applicationinsights-properties-js.min.js +2 -2
- package/dist/es5/applicationinsights-properties-js.min.js.map +1 -1
- package/dist-es5/Context/Application.js +1 -1
- package/dist-es5/Context/Device.js +1 -1
- package/dist-es5/Context/Internal.js +2 -2
- package/dist-es5/Context/Internal.js.map +1 -1
- package/dist-es5/Context/Location.js +1 -1
- package/dist-es5/Context/Session.js +1 -1
- package/dist-es5/Context/TelemetryTrace.js +1 -1
- package/dist-es5/Context/User.js +1 -1
- package/dist-es5/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-es5/Interfaces/IPropertiesConfig.js +1 -1
- package/dist-es5/PropertiesPlugin.js +1 -1
- package/dist-es5/TelemetryContext.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-properties-js.js +1 -1
- package/package.json +4 -4
- package/types/applicationinsights-properties-js.d.ts +1 -1
- package/types/applicationinsights-properties-js.namespaced.d.ts +1 -1
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.cjs.js.map +0 -1
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.cjs.min.js +0 -6
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.cjs.min.js.map +0 -1
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.gbl.js.map +0 -1
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.gbl.min.js +0 -6
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.gbl.min.js.map +0 -1
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.integrity.json +0 -66
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.js.map +0 -1
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.min.js +0 -6
- package/browser/es5/ai.props.3.0.1-nightly3.2304-38.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 3.0.1-nightly3.2304-
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 3.0.1-nightly3.2304-44
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
this.Microsoft = this.Microsoft || {};
|
|
@@ -37,7 +37,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
37
37
|
var ArrCls = Array;
|
|
38
38
|
var ArrProto = ArrCls[PROTOTYPE];
|
|
39
39
|
|
|
40
|
-
function
|
|
40
|
+
function safeGet(cb, defValue) {
|
|
41
41
|
var result = defValue;
|
|
42
42
|
try {
|
|
43
43
|
result = cb();
|
|
@@ -85,7 +85,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
85
85
|
var isNumber = _createIs(NUMBER);
|
|
86
86
|
var isError = _createObjIs("Error");
|
|
87
87
|
function isTruthy(value) {
|
|
88
|
-
return !(!value ||
|
|
88
|
+
return !(!value || safeGet(function () { return !(value && (0 + value)); }, !value));
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
var objGetOwnPropertyDescriptor = ObjClass.getOwnPropertyDescriptor;
|
|
@@ -345,8 +345,8 @@ this.Microsoft = this.Microsoft || {};
|
|
|
345
345
|
return lazyValue;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
function
|
|
349
|
-
return getLazy(function () { return
|
|
348
|
+
function safeGetLazy(cb, defValue) {
|
|
349
|
+
return getLazy(function () { return safeGet(cb, defValue); });
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
var WINDOW = "window";
|
|
@@ -354,11 +354,11 @@ this.Microsoft = this.Microsoft || {};
|
|
|
354
354
|
var _cachedWindow;
|
|
355
355
|
var _cachedDocument;
|
|
356
356
|
var _cachedNavigator;
|
|
357
|
-
function
|
|
358
|
-
return
|
|
357
|
+
function lazySafeGetInst(name) {
|
|
358
|
+
return safeGetLazy(function () { return getInst(name) || UNDEF_VALUE; }, UNDEF_VALUE);
|
|
359
359
|
}
|
|
360
360
|
function getGlobal(useCached) {
|
|
361
|
-
(!_cachedGlobal || useCached === false || (_globalLazyTestHooks.lzy && !_cachedGlobal.b)) && (_cachedGlobal =
|
|
361
|
+
(!_cachedGlobal || useCached === false || (_globalLazyTestHooks.lzy && !_cachedGlobal.b)) && (_cachedGlobal = safeGetLazy(_getGlobalValue, null));
|
|
362
362
|
return _cachedGlobal.v;
|
|
363
363
|
}
|
|
364
364
|
function getInst(name, useCached) {
|
|
@@ -372,18 +372,18 @@ this.Microsoft = this.Microsoft || {};
|
|
|
372
372
|
return null;
|
|
373
373
|
}
|
|
374
374
|
function getDocument() {
|
|
375
|
-
(!_cachedDocument || (_globalLazyTestHooks.lzy && !_cachedDocument.b)) && (_cachedDocument =
|
|
375
|
+
(!_cachedDocument || (_globalLazyTestHooks.lzy && !_cachedDocument.b)) && (_cachedDocument = lazySafeGetInst("document"));
|
|
376
376
|
return _cachedDocument.v;
|
|
377
377
|
}
|
|
378
378
|
function hasWindow() {
|
|
379
379
|
return !!getWindow();
|
|
380
380
|
}
|
|
381
381
|
function getWindow() {
|
|
382
|
-
(!_cachedWindow || (_globalLazyTestHooks.lzy && !_cachedWindow.b)) && (_cachedWindow =
|
|
382
|
+
(!_cachedWindow || (_globalLazyTestHooks.lzy && !_cachedWindow.b)) && (_cachedWindow = lazySafeGetInst(WINDOW));
|
|
383
383
|
return _cachedWindow.v;
|
|
384
384
|
}
|
|
385
385
|
function getNavigator() {
|
|
386
|
-
(!_cachedNavigator || (_globalLazyTestHooks.lzy && !_cachedNavigator.b)) && (_cachedNavigator =
|
|
386
|
+
(!_cachedNavigator || (_globalLazyTestHooks.lzy && !_cachedNavigator.b)) && (_cachedNavigator = lazySafeGetInst("navigator"));
|
|
387
387
|
return _cachedNavigator.v;
|
|
388
388
|
}
|
|
389
389
|
|
|
@@ -391,13 +391,13 @@ this.Microsoft = this.Microsoft || {};
|
|
|
391
391
|
var _symbolFor;
|
|
392
392
|
var _symbolKeyFor;
|
|
393
393
|
function _getSymbolValue(name) {
|
|
394
|
-
return
|
|
394
|
+
return safeGetLazy(function () {
|
|
395
395
|
return (_symbol.v ? _symbol[name] : UNDEF_VALUE);
|
|
396
396
|
}, UNDEF_VALUE);
|
|
397
397
|
}
|
|
398
398
|
function getSymbol() {
|
|
399
399
|
var resetCache = !_symbol || (_globalLazyTestHooks && _globalLazyTestHooks.lzy && !_symbol.b);
|
|
400
|
-
resetCache && (_symbol =
|
|
400
|
+
resetCache && (_symbol = lazySafeGetInst(SYMBOL));
|
|
401
401
|
(!_symbolFor || resetCache) && (_symbolFor = _getSymbolValue("for"));
|
|
402
402
|
(!_symbolKeyFor || resetCache) && (_symbolKeyFor = _getSymbolValue("keyFor"));
|
|
403
403
|
return _symbol.v;
|
|
@@ -999,6 +999,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
999
999
|
var _DYN_PROCESS_NEXT = "processNext";
|
|
1000
1000
|
var _DYN_GET_PROCESS_TEL_CONT0 = "getProcessTelContext";
|
|
1001
1001
|
var _DYN_ENABLED = "enabled";
|
|
1002
|
+
var _DYN_UNLOAD = "unload";
|
|
1002
1003
|
var _DYN_LOGGING_LEVEL_CONSOL4 = "loggingLevelConsole";
|
|
1003
1004
|
var _DYN_CREATE_NEW = "createNew";
|
|
1004
1005
|
var _DYN_TEARDOWN = "teardown";
|
|
@@ -1272,7 +1273,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
1272
1273
|
return result;
|
|
1273
1274
|
}
|
|
1274
1275
|
|
|
1275
|
-
var version = "3.0.1-nightly3.2304-
|
|
1276
|
+
var version = "3.0.1-nightly3.2304-44";
|
|
1276
1277
|
var instanceName = "." + newId(6);
|
|
1277
1278
|
var _dataUid = 0;
|
|
1278
1279
|
function _canAcceptData(target) {
|
|
@@ -1867,7 +1868,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
1867
1868
|
return handler[_DYN_WATCH ](configHandler);
|
|
1868
1869
|
}
|
|
1869
1870
|
_logInvalidAccess(logger, STR_NOT_DYNAMIC_ERROR + dumpObj(config));
|
|
1870
|
-
createDynamicConfig(config, null, logger)[_DYN_WATCH ](configHandler);
|
|
1871
|
+
return createDynamicConfig(config, null, logger)[_DYN_WATCH ](configHandler);
|
|
1871
1872
|
}
|
|
1872
1873
|
|
|
1873
1874
|
function cfgDfMerge(defaultValue) {
|
|
@@ -1952,8 +1953,9 @@ this.Microsoft = this.Microsoft || {};
|
|
|
1952
1953
|
var _loggingLevelTelemetry;
|
|
1953
1954
|
var _maxInternalMessageLimit;
|
|
1954
1955
|
var _enableDebug;
|
|
1956
|
+
var _unloadHandler;
|
|
1955
1957
|
dynamicProto(DiagnosticLogger, this, function (_self) {
|
|
1956
|
-
_setDefaultsFromConfig(config || {});
|
|
1958
|
+
_unloadHandler = _setDefaultsFromConfig(config || {});
|
|
1957
1959
|
_self.consoleLoggingLevel = function () { return _loggingLevelConsole; };
|
|
1958
1960
|
_self[_DYN_THROW_INTERNAL ] = function (severity, msgId, msg, properties, isUserAct) {
|
|
1959
1961
|
if (isUserAct === void 0) { isUserAct = false; }
|
|
@@ -1996,6 +1998,10 @@ this.Microsoft = this.Microsoft || {};
|
|
|
1996
1998
|
_messageLogged = {};
|
|
1997
1999
|
};
|
|
1998
2000
|
_self[_DYN_LOG_INTERNAL_MESSAGE ] = _logInternalMessage;
|
|
2001
|
+
_self[_DYN_UNLOAD ] = function (isAsync) {
|
|
2002
|
+
_unloadHandler && _unloadHandler.rm();
|
|
2003
|
+
_unloadHandler = null;
|
|
2004
|
+
};
|
|
1999
2005
|
function _logInternalMessage(severity, message) {
|
|
2000
2006
|
if (_areInternalMessagesThrottled()) {
|
|
2001
2007
|
return;
|
|
@@ -2028,8 +2034,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
2028
2034
|
}
|
|
2029
2035
|
}
|
|
2030
2036
|
function _setDefaultsFromConfig(config) {
|
|
2031
|
-
|
|
2032
|
-
handler[_DYN_WATCH ](function (details) {
|
|
2037
|
+
return onConfigChange(createDynamicConfig(config, defaultValues$1, _self).cfg, function (details) {
|
|
2033
2038
|
var config = details.cfg;
|
|
2034
2039
|
_loggingLevelConsole = config[_DYN_LOGGING_LEVEL_CONSOL4 ];
|
|
2035
2040
|
_loggingLevelTelemetry = config.loggingLevelTelemetry;
|
|
@@ -2154,15 +2159,17 @@ this.Microsoft = this.Microsoft || {};
|
|
|
2154
2159
|
return cookieMgr;
|
|
2155
2160
|
}
|
|
2156
2161
|
function createCookieMgr(rootConfig, logger) {
|
|
2162
|
+
var _a;
|
|
2157
2163
|
var cookieMgrConfig;
|
|
2158
2164
|
var _path;
|
|
2159
2165
|
var _domain;
|
|
2166
|
+
var unloadHandler;
|
|
2160
2167
|
var _enabled;
|
|
2161
2168
|
var _getCookieFn;
|
|
2162
2169
|
var _setCookieFn;
|
|
2163
2170
|
var _delCookieFn;
|
|
2164
2171
|
rootConfig = createDynamicConfig(rootConfig || _globalCookieConfig, null, logger).cfg;
|
|
2165
|
-
onConfigChange(rootConfig, function (details) {
|
|
2172
|
+
unloadHandler = onConfigChange(rootConfig, function (details) {
|
|
2166
2173
|
details[_DYN_SET_DF ](details.cfg, rootDefaultConfig);
|
|
2167
2174
|
cookieMgrConfig = details.ref(details.cfg, "cookieCfg");
|
|
2168
2175
|
_path = cookieMgrConfig[STR_PATH ] || "/";
|
|
@@ -2172,92 +2179,97 @@ this.Microsoft = this.Microsoft || {};
|
|
|
2172
2179
|
_setCookieFn = cookieMgrConfig.setCookie || _setCookieValue;
|
|
2173
2180
|
_delCookieFn = cookieMgrConfig.delCookie || _setCookieValue;
|
|
2174
2181
|
}, logger);
|
|
2175
|
-
var cookieMgr = {
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2182
|
+
var cookieMgr = (_a = {
|
|
2183
|
+
isEnabled: function () {
|
|
2184
|
+
var enabled = _isCfgEnabled(rootConfig, cookieMgrConfig) !== false && _enabled && areCookiesSupported(logger);
|
|
2185
|
+
var gblManager = _globalCookieConfig[strConfigCookieMgr];
|
|
2186
|
+
if (enabled && gblManager && cookieMgr !== gblManager) {
|
|
2187
|
+
enabled = _isMgrEnabled(gblManager);
|
|
2188
|
+
}
|
|
2189
|
+
return enabled;
|
|
2190
|
+
},
|
|
2191
|
+
setEnabled: function (value) {
|
|
2192
|
+
_enabled = value !== false;
|
|
2193
|
+
cookieMgrConfig[_DYN_ENABLED ] = value;
|
|
2194
|
+
},
|
|
2195
|
+
set: function (name, value, maxAgeSec, domain, path) {
|
|
2196
|
+
var result = false;
|
|
2197
|
+
if (_isMgrEnabled(cookieMgr) && !_isBlockedCookie(cookieMgrConfig, name)) {
|
|
2198
|
+
var values = {};
|
|
2199
|
+
var theValue = strTrim(value || STR_EMPTY);
|
|
2200
|
+
var idx = strIndexOf(theValue, ";");
|
|
2201
|
+
if (idx !== -1) {
|
|
2202
|
+
theValue = strTrim(strLeft(value, idx));
|
|
2203
|
+
values = _extractParts(strSubstring(value, idx + 1));
|
|
2204
|
+
}
|
|
2205
|
+
setValue(values, STR_DOMAIN, domain || _domain, isTruthy, isUndefined);
|
|
2206
|
+
if (!isNullOrUndefined(maxAgeSec)) {
|
|
2207
|
+
var _isIE = isIE();
|
|
2208
|
+
if (isUndefined(values[strExpires])) {
|
|
2209
|
+
var nowMs = utcNow();
|
|
2210
|
+
var expireMs = nowMs + (maxAgeSec * 1000);
|
|
2211
|
+
if (expireMs > 0) {
|
|
2212
|
+
var expiry = new Date();
|
|
2213
|
+
expiry.setTime(expireMs);
|
|
2214
|
+
setValue(values, strExpires, _formatDate(expiry, !_isIE ? strToUTCString : strToGMTString) || _formatDate(expiry, _isIE ? strToGMTString : strToUTCString) || STR_EMPTY, isTruthy);
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
if (!_isIE) {
|
|
2218
|
+
setValue(values, "max-age", STR_EMPTY + maxAgeSec, null, isUndefined);
|
|
2208
2219
|
}
|
|
2209
2220
|
}
|
|
2210
|
-
|
|
2211
|
-
|
|
2221
|
+
var location_1 = getLocation();
|
|
2222
|
+
if (location_1 && location_1.protocol === "https:") {
|
|
2223
|
+
setValue(values, "secure", null, null, isUndefined);
|
|
2224
|
+
if (_allowUaSameSite === null) {
|
|
2225
|
+
_allowUaSameSite = !uaDisallowsSameSiteNone((getNavigator() || {})[_DYN_USER_AGENT ]);
|
|
2226
|
+
}
|
|
2227
|
+
if (_allowUaSameSite) {
|
|
2228
|
+
setValue(values, "SameSite", "None", null, isUndefined);
|
|
2229
|
+
}
|
|
2212
2230
|
}
|
|
2231
|
+
setValue(values, STR_PATH, path || _path, null, isUndefined);
|
|
2232
|
+
_setCookieFn(name, _formatCookieValue(theValue, values));
|
|
2233
|
+
result = true;
|
|
2213
2234
|
}
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2235
|
+
return result;
|
|
2236
|
+
},
|
|
2237
|
+
get: function (name) {
|
|
2238
|
+
var value = STR_EMPTY;
|
|
2239
|
+
if (_isMgrEnabled(cookieMgr) && !_isIgnoredCookie(cookieMgrConfig, name)) {
|
|
2240
|
+
value = _getCookieFn(name);
|
|
2241
|
+
}
|
|
2242
|
+
return value;
|
|
2243
|
+
},
|
|
2244
|
+
del: function (name, path) {
|
|
2245
|
+
var result = false;
|
|
2246
|
+
if (_isMgrEnabled(cookieMgr)) {
|
|
2247
|
+
result = cookieMgr.purge(name, path);
|
|
2248
|
+
}
|
|
2249
|
+
return result;
|
|
2250
|
+
},
|
|
2251
|
+
purge: function (name, path) {
|
|
2252
|
+
var _a;
|
|
2253
|
+
var result = false;
|
|
2254
|
+
if (areCookiesSupported(logger)) {
|
|
2255
|
+
var values = (_a = {},
|
|
2256
|
+
_a[STR_PATH] = path ? path : "/",
|
|
2257
|
+
_a[strExpires] = "Thu, 01 Jan 1970 00:00:01 GMT",
|
|
2258
|
+
_a);
|
|
2259
|
+
if (!isIE()) {
|
|
2260
|
+
values["max-age"] = "0";
|
|
2222
2261
|
}
|
|
2262
|
+
_delCookieFn(name, _formatCookieValue(STR_EMPTY, values));
|
|
2263
|
+
result = true;
|
|
2223
2264
|
}
|
|
2224
|
-
|
|
2225
|
-
_setCookieFn(name, _formatCookieValue(theValue, values));
|
|
2226
|
-
result = true;
|
|
2265
|
+
return result;
|
|
2227
2266
|
}
|
|
2228
|
-
return result;
|
|
2229
2267
|
},
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
value = _getCookieFn(name);
|
|
2234
|
-
}
|
|
2235
|
-
return value;
|
|
2268
|
+
_a[_DYN_UNLOAD ] = function (isAsync) {
|
|
2269
|
+
unloadHandler && unloadHandler.rm();
|
|
2270
|
+
unloadHandler = null;
|
|
2236
2271
|
},
|
|
2237
|
-
|
|
2238
|
-
var result = false;
|
|
2239
|
-
if (_isMgrEnabled(cookieMgr)) {
|
|
2240
|
-
result = cookieMgr.purge(name, path);
|
|
2241
|
-
}
|
|
2242
|
-
return result;
|
|
2243
|
-
},
|
|
2244
|
-
purge: function (name, path) {
|
|
2245
|
-
var _a;
|
|
2246
|
-
var result = false;
|
|
2247
|
-
if (areCookiesSupported(logger)) {
|
|
2248
|
-
var values = (_a = {},
|
|
2249
|
-
_a[STR_PATH] = path ? path : "/",
|
|
2250
|
-
_a[strExpires] = "Thu, 01 Jan 1970 00:00:01 GMT",
|
|
2251
|
-
_a);
|
|
2252
|
-
if (!isIE()) {
|
|
2253
|
-
values["max-age"] = "0";
|
|
2254
|
-
}
|
|
2255
|
-
_delCookieFn(name, _formatCookieValue(STR_EMPTY, values));
|
|
2256
|
-
result = true;
|
|
2257
|
-
}
|
|
2258
|
-
return result;
|
|
2259
|
-
}
|
|
2260
|
-
};
|
|
2272
|
+
_a);
|
|
2261
2273
|
cookieMgr[strConfigCookieMgr] = cookieMgr;
|
|
2262
2274
|
return cookieMgr;
|
|
2263
2275
|
}
|
|
@@ -2671,7 +2683,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
2671
2683
|
var context = internalContext.ctx;
|
|
2672
2684
|
function _processNext(unloadState) {
|
|
2673
2685
|
var nextPlugin = internalContext._next();
|
|
2674
|
-
nextPlugin && nextPlugin
|
|
2686
|
+
nextPlugin && nextPlugin[_DYN_UNLOAD ](context, unloadState);
|
|
2675
2687
|
return !nextPlugin;
|
|
2676
2688
|
}
|
|
2677
2689
|
function _createNew(plugins, startAt) {
|
|
@@ -3430,7 +3442,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
3430
3442
|
return Device;
|
|
3431
3443
|
}());
|
|
3432
3444
|
|
|
3433
|
-
var Version = "3.0.1-nightly3.2304-
|
|
3445
|
+
var Version = "3.0.1-nightly3.2304-44";
|
|
3434
3446
|
var Internal = /** @class */ (function () {
|
|
3435
3447
|
function Internal(config, unloadHookContainer) {
|
|
3436
3448
|
var _this = this;
|