question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[0.15.2] new_instance doesn't work.

See original GitHub issue

Hello,

I’ve tested NW v.0.15.2 on Windows 8.1 and it seems new_instance option when opening new window doesn’t work well: I can access all variables of parent window from its child. Here’s my code, it worked well on v0.12.3. Please tell me if I did something wrong.

var opt = { “width”: 520, “height”: 520, “new_instance”: true }; nwgui.Window.open(“new.html” , opt, function(win) { console.log(win); });

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Nov 10, 2016

I got around this by using Broadcast Channel which is available in Chrome 54+.

https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API

0reactions
Christywlcommented, Oct 24, 2017

close until there is more information

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bazel 0.16.0 crashes with StackOverflow on Windows #5730
I downgraded our Windows VMs to 0.15.2 and now the same build that reproducibly crashed before seems to work fine.
Read more >
Release Notes — pandas 0.15.2 documentation - PyData |
This is a minor release from 0.15.0 and includes a small number of API changes, several new features, enhancements, and performance improvements along...
Read more >
commandButton actionListener not working on primeFaces ...
Well Primefaces 3.5 works fine with NetBeans 7.3 and GlassFish 3.x, but you have to get the netbeans plugin version nbpfcrudgen-0.15.2-7.3impl.
Read more >
Developer Guide — Spack 0.15.2 documentation
Many users don't have write access to a Python installation, and installing an entire new instance of Python to bootstrap Spack would be...
Read more >
7mind/izumi - Gitter
It is working for tapir 0.13.2 but I would like to upgrade to use zio-tapir, which is supported first in 0.15.2. I haven't...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found