Replies: 1 comment 3 replies
-
Hi @cyraid,
ClearScript doesn't provide a method for that. You could construct a new
Well, currently, no – that is, swapping In future V8 versions, once a module is loaded, subsequent imports could draw from a cached copy instead of reaching back out to the host. That's exactly the kind of change the V8 team often makes in its eternal quest for top performance, and it would break any module-based plugin system in which the host controls disablement. We therefore recommend against basing your plugin system on JavaScript modules. Good luck! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Javascript Plugin System, and when a plugin gets enabled, it does:
Is there a way to remove the System Document when I need to disable/remove the Plugin? Basically, are there any side effects to using the engine Execute to Execute the Module/Document as above?
Beta Was this translation helpful? Give feedback.
All reactions