#how to dynamically load local content in renderer?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
i want to create an extension system for my app, my plan right now is to dynamically load local js modules and run them.
but i canoot seem to call import() with a local resource.
i don't know if im on the right track, is this the right way to develop an extension sytem?