GWT: deferred loading of external JS resources

后端 未结 2 1998
夕颜
夕颜 2021-02-03 10:48

I have a widget depending on some external JS files, and I\'d like to lazy load all these external resources. I\'ve already used code splitting to lazy load the GWT code that co

2条回答
  •  既然无缘
    2021-02-03 11:33

    ScriptInjector is quite portable. It doesn't have any external dependencies, so you should be able to backport it into your 2.3 application without much problem.

提交回复
热议问题