Interstellar


FSharpIBrowserExtensions Module

Namespace: Interstellar

Assembly: Interstellar.Core.dll

Type extensions

Type extension Description

this.ExecuteJavascriptf(format)

Full Usage: this.ExecuteJavascriptf(format)

Parameters:
    format : StringFormat<'a, unit>

Returns: 'a

printf-style method that executes some Javascript code on a browser instance, sanitizing format parameters using javascriptf. It is safe to pass in untrusted format parameters from the outside world. Think SQL prepared statements.

Extended Type: IBrowser

format : StringFormat<'a, unit>
Returns: 'a