-
@argyleink If you really need to, you can watch the
open
attribute (developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog#attr-open) from afar with aMutationObserver
that you set to watch for attribute changes: developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe#parameters.