There was an error while loading. Please reload this page.
2 parents c792f1d + de7ef55 commit caefa7fCopy full SHA for caefa7f
1 file changed
wasm/demo/src/index.ejs
@@ -67,6 +67,13 @@
67
</li>
68
</ul>
69
70
+ <p>
71
+ Limited Interaction with browser is possible from Python by using
72
+ the <code>browser</code> module. Browser APIs such as
73
+ <code>alert()</code>, <code>confirm()</code>, <code>prompt()</code>
74
+ and <code>fetch()</code> are included in the module.
75
+ </p>
76
+
77
<a href="https://github.com/RustPython/RustPython">
78
<img
79
style="position: absolute; top: 0; right: 0; border: 0;"
0 commit comments