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
This way we can have a consistent way to convert to jsval with just pToJSVal, instead of sometime using jsval sometimes using pToJSVal.
Also currently we can't use pToJSVal to convert Maybe JavaScript.Object to a nullable JSVal, because JavaScript.Object is a IsJSVal but not a pToJSVal.
The text was updated successfully, but these errors were encountered:
This way we can have a consistent way to convert to jsval with just pToJSVal, instead of sometime using
jsval
sometimes usingpToJSVal
.Also currently we can't use pToJSVal to convert
Maybe JavaScript.Object
to a nullable JSVal, because JavaScript.Object is a IsJSVal but not a pToJSVal.The text was updated successfully, but these errors were encountered: