ebiten-playground / ebiten-playground.github.io

Ebiten playground
Apache License 2.0
3 stars 2 forks source link

Stop using document.open/write/close #15

Closed hajimehoshi closed 7 years ago

hajimehoshi commented 7 years ago

As a new iframe already has a head and a body element, I think it is not necessary to rewrite all with document.open, document.write and document.close. This PR removes them and improves the performance a little bit (I think).

As the side effect, DOMContentLoaded event is no longer fired.