Including javascript file in JSM file

I know Components.utils.import("resource://javascript/xzy.jsm");how to import jsm modules, but do you know how to make a more basic <script type="application/x-javascript" src="resource://javascript/abc.js" />include type in a javascript file?

+3
source share
1 answer

Source: https://habr.com/ru/post/1778486/


All Articles