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
Does hash remove all properties in the prototype besides the resolved value of a promise?
For instance, the resolved promise wrapped in hash does not include the properties from ObjectPromiseProxy. I expect the value from hash to be the same as when the promise is independent.
Does
hash
remove all properties in the prototype besides the resolved value of a promise?For instance, the resolved promise wrapped in
hash
does not include the properties fromObjectPromiseProxy
. I expect the value fromhash
to be the same as when the promise is independent.The example above would work if
ObjectPromiseProxy
is not withinhash
. Is this an expected behavior?Thanks.
The text was updated successfully, but these errors were encountered: