Web worker usage

Hi!

I want to use the web worker feature in my plugin. Where is the path my js file?

Best regards,
István Juhász

Can you expand on the question? Web Workers are a built in feature of modern browsers and you can use the api directly. For more information - please see Web Workers API - Web APIs | MDN

I see. I want to use it my Jira plugin and what is the path for WebWorker file?

Second question, how to use ES6 modules in Jira plugin?