Created
August 4, 2017 01:29
-
-
Save NickClark/c913c92f286c4f3e3b42fbd32735bf39 to your computer and use it in GitHub Desktop.
Type issue in nw.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Test</title> | |
</head> | |
<body> | |
<b> | |
<script> | |
document.write( | |
chrome.extension.getBackgroundPage().Function === Function | |
); | |
</script> | |
</b> | |
- should be true | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "test", | |
"main": "index.html", | |
"chromium-args": "--mixed-context" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment