I'm trying to load/execute a JavaScript using "Script.CreateScriptableJsExecuter()". Script is executed correctly, but fails with an error.
Uncaught SyntaxError: Unexpected token {
This is because the script contains a JavaScript "import" statement. The import statement cannot be used in embedded scripts unless such script has a type="module".
Is it possible to get "Script.CreateScriptableJsExecuter()" to run with type="module" ?
Webuilder 2020 Script.CreateScriptableJsExecuter()
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Webuilder 2020 Script.CreateScriptableJsExecuter()
There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Webuilder 2020 Script.CreateScriptableJsExecuter()
Hi!
Excellent information!!
Excellent information!!