How to import XML file as js module in Workers? Is it possible?

My data is scattered in more than 100 XML files, and converting them to JSON is definitely tedious. Will be sweet if I can just import them and then utilize them using xml processors.
Was this page helpful?