HTML - (Cross-document|Web) Messaging

About

Two mechanisms for communicating between browsing contexts in HTML documents.

A messaging system that allows documents to communicate with each other regardless of their source domain, in a way designed to not enable cross-site scripting attacks.

Example

See Web Worker example

Documentation / Reference





Discover More
HTML - Web Worker

A worker is a script that run in the background independently of any user interface scripts. They can run in parallel to their main page. This allows for thread-like operation with message-passing as...



Share this page:
Follow us:
Task Runner