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 has been archived by the owner on Nov 1, 2021. It is now read-only.
@Risto-Stevcev if you are planning to use instanceof, note that it's tricky because different windows have different prototype chains and instanceof doesn't work across windows. This will need to be accounted for. See e.g.
Something like
Js.Json.classify
andJs.Types.classify
but forDom.node
sIt would be based on similar tags as
https://github.com/reasonml-community/bs-webapi-incubator/blob/master/src/Webapi/Webapi__Dom/Webapi__Dom__Types.re#L177-L190
But parameterized, ie:
The text was updated successfully, but these errors were encountered: