@microsoft/applicationinsights-dependencies-js 3.0.0-beta.2211-01 → 3.0.0-beta.2211-03

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights XHR dependencies plugin, 3.0.0-beta.2211-01
2
+ * Microsoft Application Insights XHR dependencies plugin, 3.0.0-beta.2211-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Dependencies Plugin, 3.0.0-beta.2211-01
2
+ * Application Insights JavaScript SDK - Dependencies Plugin, 3.0.0-beta.2211-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -937,6 +937,7 @@
937
937
  var _DYN_APPLY = "apply";
938
938
  var _DYN_PUSH = "push";
939
939
  var _DYN_SPLICE = "splice";
940
+ var _DYN_CANCEL = "cancel";
940
941
  var _DYN_INITIALIZE = "initialize";
941
942
  var _DYN_IDENTIFIER = "identifier";
942
943
  var _DYN_IS_INITIALIZED = "isInitialized";
@@ -1235,7 +1236,7 @@
1235
1236
  }
1236
1237
 
1237
1238
  var _objDefineProperty = ObjDefineProperty;
1238
- var version = "3.0.0-beta.2211-01";
1239
+ var version = "3.0.0-beta.2211-03";
1239
1240
  var instanceName = "." + newId(6);
1240
1241
  var _dataUid = 0;
1241
1242
  function _createAccessor(target, prop, value) {
@@ -1569,7 +1570,7 @@
1569
1570
  if (_waitingHandlers) {
1570
1571
  var notifyHandlers = _waitingHandlers;
1571
1572
  _waitingHandlers = null;
1572
- _watcherTimer && _watcherTimer.cancel();
1573
+ _watcherTimer && _watcherTimer[_DYN_CANCEL ]();
1573
1574
  _watcherTimer = null;
1574
1575
  var watcherFailures_1 = [];
1575
1576
  arrForEach(notifyHandlers, function (handler) {