Flags
Flags provide a way to get values from javascript when your application starts.
To start using flags, you’ll need a program defined with
Browser.element
,
Browser.document
, or
Browser.application
.
Then compile your program to a javascript file:
And create an html file that starts your program like this:
In this example, the current date will be passed as the first parameter to your program’s init
function.