blob: b570f0419de08181412e08dd7442301e7bd44c73 (
plain) (
blame)
1
2
3
4
|
This module abstracts the task of displaying HTML to the user. The displaying is
done by launching a browser and navigating it to either a temporary file with
the HTML stored in it, or, if possible, by pushing the HTML directly into the
browser window.
|