Make XMLSerializer available in plugins

https://groups.google.com/g/zotero-dev/c/ZKoDSBniSXs/m/VDhPpjNqAAAJ
This commit is contained in:
Dan Stillman 2023-07-26 23:01:23 -04:00
parent 0d70925816
commit 00683732d8

View file

@ -103,10 +103,11 @@ Zotero.Plugins = new function () {
scope, scope,
{ {
Zotero, Zotero,
Localization,
ChromeWorker, ChromeWorker,
Localization,
Services, Services,
Worker, Worker,
XMLSerializer,
} }
); );
// Add additional global functions // Add additional global functions