PowerUI.WorkerGlobalScope Class Reference

Public Member Functions

string escapeHTML (string html)
 Escapes the given string, essentially making any HTML it contains literal. More...
 
int parseInt (string text)
 Parses the given text into a number. More...
 
void clearInterval (UITimer timer)
 Clears intervals. More...
 
UITimer setInterval (Nitro.DynamicMethod< Nitro.Void > method, int ms)
 Sets an interval. More...
 
UITimer setTimeout (Nitro.DynamicMethod< Nitro.Void > method, int ms)
 Sets a timeout. More...
 

Member Function Documentation

void PowerUI.WorkerGlobalScope.clearInterval ( UITimer  timer)
inline

Clears intervals.

string PowerUI.WorkerGlobalScope.escapeHTML ( string  html)
inline

Escapes the given string, essentially making any HTML it contains literal.

int PowerUI.WorkerGlobalScope.parseInt ( string  text)
inline

Parses the given text into a number.

UITimer PowerUI.WorkerGlobalScope.setInterval ( Nitro.DynamicMethod< Nitro.Void method,
int  ms 
)
inline

Sets an interval.

UITimer PowerUI.WorkerGlobalScope.setTimeout ( Nitro.DynamicMethod< Nitro.Void method,
int  ms 
)
inline

Sets a timeout.