LavaMoat / LavaDome

Secure DOM trees isolation and encapsulation leveraging ShadowDOM
https://lavamoat.github.io/LavaDome/packages/core/demo/
MIT License
16 stars 3 forks source link

Support LavaDomeDebug being required in non browser envs #21

Closed weizman closed 5 months ago

weizman commented 5 months ago

Last PR #20 introduced some useful debugging utils to assist testing with web drivers, but it's currently useless because it doesn't support being required in non browser env such as nodejs env - this PR fixes it.