web-ext-experiments / about

Please see the documentation here: https://webextensions-experiments.readthedocs.io
Other
9 stars 15 forks source link

printservice API implementation #15

Open mitkola opened 6 years ago

mitkola commented 6 years ago

This experiment propose new Javascript API called printservice. Web extensions can use this API to provide functionality related to print process enhancements.

The printservice experiment is located on github https://github.com/edabg/web-ext-experiment-printservice/tree/master.

This experimental API provide functionality to customize print process with features like:

In general all features supplied by nsIPrintSetting interface.

There is bugzilla issue which address this need also.

If this experiment is useful and can be uplifted and implemented in firefox will be good, because it is needed to successful port of XPCOM jsPrintSetup extension and prolong his life.

Regards,

Dimitar Angelov

caitmuenster commented 6 years ago

See https://bugzilla.mozilla.org/show_bug.cgi?id=1385827.