You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sourceContext: The context passed to Js[Parse|Run]SerializedScriptCallback
value: The script returned.
parseAttributes: Parse Attributes returned
Return Value
The code JsNoError if the operation succeeded, a failure code otherwise.
Remarks
This API is experimental and may have breaking change later. The callback is invoked on the current runtime execution thread, therefore execution is
blocked until the callback completes.
The callback can be used by hosts to prepare for garbage collection. For example, by
releasing unnecessary references on Chakra objects.