ampproject / worker-dom

The same DOM API and Frameworks you know, but in a Web Worker.
Apache License 2.0
3.21k stars 152 forks source link

Feature request: Support for Document.createTreeWalker #1086

Open sarafiq opened 3 years ago

sarafiq commented 3 years ago

I want to create dom tree walker inside my worker script but it's not supported yet. Any plans to support it in near future?

samouri commented 3 years ago

AFAIK, there are no plans to do this