browser-window 0.5.3

A simple async/await aware browser (GUI) toolkit.
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="refresh" content="0;URL=macro.ready.html">
</head>
<body>
    <p>Redirecting to <a href="macro.ready.html">macro.ready.html</a>...</p>
    <script>location.replace("macro.ready.html" + location.search + location.hash);</script>
</body>
</html>