@vitest/browser 3.0.5 → 3.0.6

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.
@@ -23,8 +23,8 @@
23
23
  })();
24
24
  </script>
25
25
  <!-- !LOAD_METADATA! -->
26
- <script type="module" src="./assets/index-CkLwJNkP.js"></script>
27
- <link rel="stylesheet" href="./assets/index-D-vGI2PU.css">
26
+ <script type="module" src="./assets/index-BX_iUIjH.js"></script>
27
+ <link rel="stylesheet" href="./assets/index-CV9H8iCm.css">
28
28
  </head>
29
29
  <body>
30
30
  <div id="app"></div>
@@ -156,6 +156,7 @@ class IframeOrchestrator {
156
156
  }
157
157
  break;
158
158
  }
159
+ // error happened at the top level, this should never happen in user code, but it can trigger during development
159
160
  case "error": {
160
161
  const iframeId = e.data.id;
161
162
  this.iframes.delete(iframeId);