From 00683732d8a27cef269965b97b4b9b39e4fe4571 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 26 Jul 2023 23:01:23 -0400 Subject: [PATCH] Make XMLSerializer available in plugins https://groups.google.com/g/zotero-dev/c/ZKoDSBniSXs/m/VDhPpjNqAAAJ --- chrome/content/zotero/xpcom/plugins.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/plugins.js b/chrome/content/zotero/xpcom/plugins.js index 75031b7a69..e1e76ec6c5 100644 --- a/chrome/content/zotero/xpcom/plugins.js +++ b/chrome/content/zotero/xpcom/plugins.js @@ -103,10 +103,11 @@ Zotero.Plugins = new function () { scope, { Zotero, - Localization, ChromeWorker, + Localization, Services, Worker, + XMLSerializer, } ); // Add additional global functions