You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
It'd be Maybe WindowProxy - the question mark isn't indicating whether we should include it, it's part of the IDL format indicating the field is nullable 😉
We don't have a WindowProxy type yet either, so that would need adding. It'd need an explicit equality function too I think, since it's a reference comparison rather than value comparison... or just make use of unsafeRefEq :)
Yes please! The main thing I'd like this for is comparison to check that a
MessageEvent
'ssource
is equal to a giveniframe
sWindowProxy
.contentWindow :: HTMLIFrameElement -> Eff (dom :: DOM | eff) WindowProxy
https://github.com/purescript-web/purescript-dom/blob/9e624324f0ec63328f0cc269f168fd6c1ee9b337/src/DOM/HTML/HTMLIFrameElement.purs#L48
The text was updated successfully, but these errors were encountered: