Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix not to read property of null #56

Merged
merged 16 commits into from
Mar 9, 2022

Conversation

khackskjs
Copy link
Contributor

Target is sometimes null, it's related to timing.

100% reproduce in my case

  1. child sent connect message to parent
  2. parent receives the message but this.iframe.contentWindow is null when parent closes child iframe before done with rendering

902seanryan and others added 16 commits January 11, 2021 15:04
Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.4.2...7.4.6)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.13.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…arn/follow-redirects-1.14.7

Bump follow-redirects from 1.13.1 to 1.14.7
…arn/lodash-4.17.21

Bump lodash from 4.17.20 to 4.17.21
…arn/ws-7.4.6

Bump ws from 7.4.2 to 7.4.6
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/log4js-node/log4js-node/releases)
- [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md)
- [Commits](log4js-node/log4js-node@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: log4js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…arn/log4js-6.4.0

Bump log4js from 6.3.0 to 6.4.0
100% reproduced issue
in my case
1. child sent connect message to parent
2. parent receives the message but this.iframe.contentWindow is null when parent closes child iframe before done with rendering
@902seanryan
Copy link
Contributor

Oh @khackskjs should have caught this before. Could you point this at develop instead? We're getting ready to release a new version and that would help ensure it gets in.

@khackskjs khackskjs closed this Feb 18, 2022
@khackskjs khackskjs reopened this Feb 18, 2022
@khackskjs khackskjs changed the base branch from main to dev February 18, 2022 12:38
@902seanryan 902seanryan merged commit 6236f41 into SpringRoll:dev Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants