Skip to content

Fix for scope-related issue with node-webkit#467

Closed
matiaszanolli wants to merge 1 commit intopetkaantonov:masterfrom
matiaszanolli:master
Closed

Fix for scope-related issue with node-webkit#467
matiaszanolli wants to merge 1 commit intopetkaantonov:masterfrom
matiaszanolli:master

Conversation

@matiaszanolli
Copy link
Copy Markdown
Contributor

There's a call to the function setImmediate() on schedule.js that breaks compatibility with the Node-Webkit runtime.

It seems that Node-Webkit combines part of node's global scope with the one used by Chromium. Because of this, some functions have to be called as attributes of the global variable.

I made the replacement, this should not break compatibility with Node but it would be good to give it a try just in case.

@petkaantonov
Copy link
Copy Markdown
Owner

Merged manually, thank you. It will be in the 2.9.3 release

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.

2 participants