Optional
close?: booleanWhether or not to call window.close
after sending the message.
Optional
closeIn case close
is set to true
, this option is to specify how many milliseconds
should be waited before closing the window.
The contents of the post message.
The response object generated by the application.
Optional
status?: number | stringThe status code for the response.
Optional
target?: stringFrom which object will the postMessage
method called from.
The title for the HTML.
The options to build a response for a post message.