-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
capturePage does not work if nw.Window.get is called for iframe window #5043
Comments
May be this is the cause: #5044 |
@Christywl could you also do a test with the patch? |
Verified on http://dl.nwjs.io/live-build/03-24-2017/nw21-963f132-319d6c0-16d3a8f-1258f71/v0.21.4/ , it works well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NW.JS 0.15.4 on Windows 7.
package.json
index.html
This code works properly, console output is
Uint8Array[1511]
. However if I just add this one line withnw.Window.get
called for iframe window, there is no console ouput, no callback execution.capturePage
fails silently without any error message.The text was updated successfully, but these errors were encountered: