method BroadcastChannel.postMessageBroadcastChannel.postMessage(message: any): voidDeprecatedSends the given message to other BroadcastChannel objects set up for this channel. Messages can be structured objects, e.g. nested objects and arrays. Parametersmessage: anyReturn Typevoid