axe-core 4.10.3-canary.e7dae4e → 4.10.3-canary.eb52b4e

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/axe.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! axe v4.10.3-canary.e7dae4e
1
+ /*! axe v4.10.3-canary.eb52b4e
2
2
  * Copyright (c) 2015 - 2025 Deque Systems, Inc.
3
3
  *
4
4
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -22,7 +22,7 @@
22
22
  }, _typeof(o);
23
23
  }
24
24
  var axe = axe || {};
25
- axe.version = '4.10.3-canary.e7dae4e';
25
+ axe.version = '4.10.3-canary.eb52b4e';
26
26
  if (typeof define === 'function' && define.amd) {
27
27
  define('axe-core', [], function() {
28
28
  return axe;
@@ -19253,7 +19253,11 @@
19253
19253
  if (!((_window$performance2 = window.performance) !== null && _window$performance2 !== void 0 && _window$performance2.measure)) {
19254
19254
  return;
19255
19255
  }
19256
- window.performance.measure(measureName, startMark, endMark);
19256
+ try {
19257
+ window.performance.measure(measureName, startMark, endMark);
19258
+ } catch (e) {
19259
+ this._log(e);
19260
+ }
19257
19261
  if (!keepMarks) {
19258
19262
  this.clearMark(startMark, endMark);
19259
19263
  }