Skip to content

Instantly share code, notes, and snippets.

View NiklasHansen's full-sized avatar

Niklas Hansen NiklasHansen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am niklashansen on github.
  • I am niklashansen (https://keybase.io/niklashansen) on keybase.
  • I have a public key ASAE7Xa63K8ZGBbaR0qYNDXlV3izAUOpxauTa1-Hr0JcQwo

To claim this, I am signing this object:

@NiklasHansen
NiklasHansen / ChildPage.html
Created June 25, 2018 11:06
Internet Explorer issue, regarding opener.postMessage
<!DOCTYPE html>
<html>
<head>
<title>Child page</title>
<meta charset="utf-8" />
</head>
<body>
Return value: <input type="text" id="returnValue">
<p>Click the button to close the browser window.</p>