webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WindowOrWorkerGlobalScope Interface Reference

import"interfaces.idl";

Public Member Functions

long setTimeout (any handler, optional long timeout=0)
 
void clearTimeout (optional long handle=0)
 
long setInterval (any handler, optional long timeout=0)
 
void clearInterval (optional long handle=0)
 
DOMString atob (DOMString string)
 
DOMString btoa (DOMString string)
 

Public Attributes

readonly attribute IDBFactory indexedDB
 

Member Function Documentation

◆ atob()

DOMString WindowOrWorkerGlobalScope::atob ( DOMString  string)

◆ btoa()

DOMString WindowOrWorkerGlobalScope::btoa ( DOMString  string)

◆ clearInterval()

void WindowOrWorkerGlobalScope::clearInterval ( optional long  handle = 0)

◆ clearTimeout()

void WindowOrWorkerGlobalScope::clearTimeout ( optional long  handle = 0)

◆ setInterval()

long WindowOrWorkerGlobalScope::setInterval ( any  handler,
optional long  timeout = 0 
)

◆ setTimeout()

long WindowOrWorkerGlobalScope::setTimeout ( any  handler,
optional long  timeout = 0 
)

Member Data Documentation

◆ indexedDB

readonly attribute IDBFactory WindowOrWorkerGlobalScope::indexedDB

The documentation for this interface was generated from the following files: