1. Cross-document messaging

    Method of sending information from a page on one domain to a page on a different one (using postMessage)

  2. broadcastchannel api: postmessage

  3. client api: postmessage

  4. dedicatedworkerglobalscope api: postmessage

  5. messageport api: postmessage

  6. messageport api: postmessage: `options.includeuseractivation` parameter

  7. serviceworker api: postmessage

  8. window api: postmessage

  9. window api: postmessage: `options.includeuseractivation` parameter

  10. window api: postmessage: `transfer` parameter

  11. worker api: postmessage

  12. worker api: postmessage: `options.includeuseractivation` parameter