W3cubDocs

/Web APIs

PresentationConnection: send() method

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

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

Syntax

js

send(data)

Parameters

data

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

Return value

None (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 No No 34 No No 47 No 34 No 5.0

© 2005–2023 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