Closed Dominic-DallOsto closed 4 weeks ago
We already have a XULPopupElement
from the gecko definition, could reuse that
Actually, I think we should refactor how we define XUL elements in xul.d.ts
to align with the approach used in lib.gecko.dom.d.ts
.
That makes sense!
I've updated the xul.d.ts
. Thanks!
Ahh, sorry for the delay but thanks!
I combined the descriptions from the docs here with the source code here with a test of the available properties in Zotero's debud console.
Basically, the
showPopup
method doesn't exist anymore, and was replaced by differentopenPopup...
methods