We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15cbfb commit b31dfb6Copy full SHA for b31dfb6
README.md
@@ -88,7 +88,7 @@ domctl body append-child $id
88
```
89
Then you can load a URL in the iframe by setting its `src` attribute:
90
```sh
91
-echo /:/web/opfs/file.html >> /web/dom/$id/attrs
+echo src=/:/web/opfs/file.html >> /web/dom/$id/attrs
92
93
You can "close" a window by removing the iframe:
94
@@ -129,4 +129,4 @@ Take a look at our [issues](https://github.com/tractordev/wanix/issues) to see h
129
130
## License
131
132
-MIT
+MIT
0 commit comments