You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These tests use try/catch to detect errors but this meant they were
slightly ignoring the missing `dynCall` export.
Before:
```
Threw an exception like expected: ReferenceError: dynCall is not defined
```
After:
```
Threw an exception like expected: TypeError: Cannot read properties of undefined (reading 'postMessage')
```
Needed for #17369.
0 commit comments