You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not that related, though maybe if we do ever implement this we could base it off of xml.dom, but moreso this is for calling into web APIs from Python, e.g. to write a dynamic website using Python+RustPython+wasm
https://brython.info/static_doc/en/dom_api.html
Brython does this by creating a module
browser
with two major interface,document
andwindow
.Implementing
window.alert()
should be good enough for demo.The text was updated successfully, but these errors were encountered: