Namespace Meta.InstantGames.Runtime
Classes
JsException
A JavaScript exception
WebTask
Represents an asynchronous operation for single-threaded environments.
WebTask<T>
Represents an asynchronous operation, for single-threaded environments, that can return a value.
Structs
WebTaskAwaiter
Provides an object that waits for the completion of an asynchronous task.
WebTaskAwaiter<T>
Represents an object that waits for the completion of an asynchronous task and provides a parameter for the result.