On this page
postMessage method
void postMessage(Source
void postMessage(Object message, [List<MessagePort> transfer]) {
if (transfer != null) {
_blink.BlinkDedicatedWorkerGlobalScope.instance.postMessage_Callback_2_(
this, convertDartToNative_SerializedScriptValue(message), transfer);
return;
}
_blink.BlinkDedicatedWorkerGlobalScope.instance.postMessage_Callback_1_(
this, convertDartToNative_SerializedScriptValue(message));
return;
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/DedicatedWorkerGlobalScope/postMessage.html