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
I'll try to flesh this out a little more later. I'm just opening it so I don't forget about it.
I see that while the Scriptable interface defines a setPrototype method, Object.setPrototypeOf will not actually attempt to call it unless the object is an instance of ScriptableObject.
The text was updated successfully, but these errors were encountered:
I'll try to flesh this out a little more later. I'm just opening it so I don't forget about it.
I see that while the
Scriptable
interface defines asetPrototype
method,Object.setPrototypeOf
will not actually attempt to call it unless the object is an instance ofScriptableObject
.The text was updated successfully, but these errors were encountered: