libwasm.bindings.Window

Undocumented in source.

Members

Aliases

ApplicationCache
alias ApplicationCache = OfflineResourceList
Undocumented in source.
FrameRequestCallback
alias FrameRequestCallback = void delegate(double)
Undocumented in source.
IdleRequestCallback
alias IdleRequestCallback = void delegate(IdleDeadline)
Undocumented in source.
PromiseDocumentFlushedCallback
alias PromiseDocumentFlushedCallback = Any delegate()
Undocumented in source.

Enums

ScrollBehavior
enum ScrollBehavior
Undocumented in source.

Functions

Window_PerformanceObserver
Handle Window_PerformanceObserver(Handle , PerformanceObserverCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Window_promiseDocumentFlushed
Handle Window_promiseDocumentFlushed(Handle , PromiseDocumentFlushedCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Window_requestAnimationFrame
int Window_requestAnimationFrame(Handle , FrameRequestCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Window_requestIdleCallback
uint Window_requestIdleCallback(Handle , IdleRequestCallback , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Window_requestIdleCallback_0
uint Window_requestIdleCallback_0(Handle , IdleRequestCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

IdleRequestOptions
struct IdleRequestOptions
Undocumented in source.
ScrollOptions
struct ScrollOptions
Undocumented in source.
ScrollToOptions
struct ScrollToOptions
Undocumented in source.
Window
struct Window
Undocumented in source.
WindowLocalStorage
struct WindowLocalStorage
Undocumented in source.
WindowPostMessageOptions
struct WindowPostMessageOptions
Undocumented in source.
WindowSessionStorage
struct WindowSessionStorage
Undocumented in source.

Meta