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

send(data)

Parameters

data

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

Return value

None (undefined).

Specifications

Specification
Presentation API
# dom-presentationconnection-send

Browser compatibility

BCD tables only load in the browser