This VSIX file contains 4 different JavaScript templates: Blank Template: A project for a Universal Windows app that has no predefined controls or layout. Enforces Content Security Policy (CSP). Doesn't allow downloading remote script or inline script. Has direct access to all Universal Windows APIs. Blank Web Template: Handles local content as if it were from the web. No default Content Security Policy (CSP). Allows for remote and inline scripts. To access Universal Windows APIs, URIs must be declared in the Application Content URI Rules. Hosted Template: A project for a Universal Windows app with a remote Start Page. WinJS Template: A project for a Universal Windows app using WinJS.
|