UNPKG

451-tools

Version:

Censorship resilient and distributed publishing: informed by the needs of publishers and their audiences, More Mirrors implements a set of offline fallback strategies for censorship resilient websites.

8 lines (7 loc) 154 B
/** * Sends a postmessage to all clients * * @param {Object} message object * #returns {Promise} */ export function postMessage(message: any): any;