method BroadcastChannel.postMessage
Jump to headingBroadcastChannel.postMessage(message: any): voidSends the given message to other BroadcastChannel objects set up for this channel. Messages can be structured objects, e.g. nested objects and arrays.
Parameters Jump to heading
Jump to headingmessage: anyReturn Type Jump to heading
void