gcbw
gcbw
I am trying to understand why this code asserts true. ``` var parentwin = domino.createWindow('parent', 'http://example.com/parent.html'); var window = parentwin.document.getElementById('frm')._contentWindow; window.location.href = 'http://example.com/child.html'; assert.equal(window.top, window.self); ``` i'm running this on...
avoid https://www.npmjs.com/advisories/593 in dependency chain.
Hi. Are the suggestions of API-compatible alternatives for other platforms? Thank you!
a more involved fix for the security issue, instead or after https://github.com/semaja2/InsomniaX/pull/26 mostly whitespaces/build props changes, but need someone who knows osx internals (not me) to review the changes to...
follow up from https://github.com/semaja2/InsomniaX/pull/20
When i press the Option+tab shortcut and the focus is currently on a Terminal.app window, the terminal app just behave as if i had pressed Tab without any modifier. I...