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 was archived by the owner on Aug 21, 2020. It is now read-only.
I would love to specify a base object/prototype when I call getObject.
Why?
I'm using typescript and creating "classes" with properties on them. For example:
When I use
this.cookies.getObject('people'), I lose thefullnameproperty becuase it exists on the prototype.