dom / latest / presentationconnection / send.html /

PresentationConnection.send()

The send() method of the PresentationConnection interface tells a controlling browsing context to send binary or text data to a presenting browsing context.

Syntax

send(data)

Parameters

data

The data to send to the presentation context. It will be one of the following:

Return value

undefined.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
send
47
79
51-88
No
34
No
No
47
No
34
No
5.0

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PresentationConnection/send