A thin passthrough layer that serves as the transport
layer between the "main" module, which interacts with
high-level APIs of the browser, and the "workhorse",
which implements the algorithm, via the message-passing
protocols of communication.
It obtains the parameters necessary for the workhorse
module from the main module and passes them down,
and obtains the computed payload from the workhorse
and passes it up to the main module
for copying to clipboard/saving overridden attributes.
- Author:
-
- Manjul Apratim (manjul.apratim@gmail.com)
- Copyright:
- Manjul Apratim, 2014, 2015
- License:
- GNU General Public License v3 or Later
- Source: