mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-02-08 05:22:05 -05:00
Added an event listener for message event.
The idea is the website which embeds the widget will send a message using postMessage().
The expected message is:
{
css: // custom CSS code
js: // custom JS code
}