Firefox Tomorrow

web api instance method

PresentationConnection: send() method

View on MDN ↗

Limited availabilitySecure context

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.