UNPKG

it-postmsg

Version:

Streaming iterables over window.postMessage

28 lines (27 loc) 470 B
<!doctype html> <html> <head> <meta charset="utf8"> <style> pre { position: fixed; top: 0; left: 0; bottom: 0; width: 50%; } iframe { position: fixed; top: 0; right: 0; width: 50%; height: 100%; } </style> </head> <body> <pre id="log"></pre> <iframe src="iframe.html"></iframe> <script src="index.bundle.js"></script> </body> </html>