Skip to content

window module fixes

Compare
Choose a tag to compare
@byteface byteface released this 06 Nov 17:03
· 192 commits to master since this release

window module was broken. not sure why. looks like a branch merge had gone wrong during reduction of modules in webapi.

fixed now. so if you have html5lib installed you can do...

from domonic.window import *
window.location = "https://www.somesite.com"
print(window.document.title)