Skip to content

document.stylesheets

Compare
Choose a tag to compare
@byteface byteface released this 04 Dec 14:15
· 150 commits to master since this release
from domonic.window import *
window.location = "https://www.facebook.com"
window.document.stylesheets

made a start on cssom. well. not really just loading the style sheets. been on my todo for a while as that could trigger some growth there.

remove() had a bug which was causing double bodies if using the += operators on body. that was fixed. hopefully this time.