Does Tizen support Javascript modules? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
I attempted to utilize it in my HTML by adding the type="module" attribute to the script tag as below:
<script type="module" src="app.js"></script>
During debugging, inspecting the network tab in the Chrome console showed that the app.js file never loaded in. Is this functionality not supported in Tizen or am I doing something incorrectly?