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
At least if it's an instance of IsJSVal, then I can have easily (without pattern matching) the the jsval of
nullableJO :: Maybe JavaScript.Object -> JSVal
nullableJO obj = jsval (maybeToNullable obj)
I can't use pToJsVal directly because JavaScript.Object is not an instance of PToJSVal, but it's an IsJSVal.
No description provided.
The text was updated successfully, but these errors were encountered: