Michael
Michael

Reputation: 3426

How to load CDN JS files in a Windows Store App?

Is it possible to load remote javascript files in a Windows Store App (written in JavaScript)?

Upvotes: 1

Views: 269

Answers (1)

Eliran Malka
Eliran Malka

Reputation: 16263

Well, that depends:

If your app is aimed for deployment on a web context, the answer is yes, otherwise (on a local context), script references are restricted for the locally packaged scope.

Source

Upvotes: 1

Related Questions