comctx
Version:
Cross-context RPC solution with type safety and flexible adapters.
16 lines (15 loc) • 461 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index Page</title>
</head>
<body>
<div id="app">
<iframe data-testid="iframe" id="iframe" src="./iframe.html" frameborder="0"></iframe>
</div>
<script type="module" src="/src/index/main.ts"></script>
</body>
</html>