Skip to content
Discussion options

You must be logged in to vote

@DragonMaster14545

JSModuleContext has a constructor parameter enableClrIntegration which is true by default, if you pass false, then clr access is completely disabled, scripts will only be able to access modules that you explicitly add to the module. There are methods to add your own modules.

You can use this method LoadModuleAsync in JSModuleContext, which you can override to support your own module loader, however this is undocumented and might change in future, but in that case most likely the signature of method will change but overall logic will remain same.

We want to keep public discussion on github so it is picked up by search engines. And we have too many tools already, we prefe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DragonMaster14545
Comment options

Answer selected by DragonMaster14545
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants