Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid crashes if postMessage data is
null
axe-core crashes if another process sends a `window.postMessage` with data equals to `null`. In the previous version, because `null` has a type of `'object'`, it crashed when trying to access the `channelId` on `null`.
- Loading branch information