Universal Windows applications can be launched with arguments.
I'd like to obtain a reference said arguments.
In C# code examples, the function usually subscribes to Windows.UI.Xaml.Application.OnActivated
and obtains arguments as part of the Event object. What is the equivalent way to do this in JavaScript?