Type Parameters
| Type Parameter |
|---|
T extends Record<string | number | symbol, unknown> |
Parameters
| Parameter | Type | Description |
|---|---|---|
el | null | HTMLIFrameElement | The iframe element to send the message to. |
message | T | The message to send to the iframe. |
Returns
void