WebReflection / basicHTML

A NodeJS based, standard oriented, HTML implementation.
ISC License
126 stars 10 forks source link

Support insertAdjacentElement #50

Open winston0410 opened 4 years ago

winston0410 commented 4 years ago

It seems like basicHTML doesn't support insertAdjacentElement at the moment, as it returns document.body.insertAdjacentElement is not a function.