Commit d176bcf
committed
fix(client.html): always open debug.html in a new browser process
Chrome reuses a single process for tabs opened by clicking links. This means that if I use debugger in debug.html it will
block the regular karma tab which will make karma think that the connection was lost.
By forcing the debug.html to be opened in a new process the original chrome tab will be unaffected while debugging with
debug.html.
Info about the rel attribute: http://blog.chromium.org/2009/12/links-that-open-in-new-processes.html1 parent 9d17ed0 commit d176bcf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments