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
First of all: thank you very much for your brilliant library!
However, when I tried to use it, I ran into the problem that Object.defineProperty does not seem to be supported. For that reason, I tried to understand your code and made a very first attempt to add such support (see my own fork of your original).
So far, it seems to "work on my machine" but I would still consider my code as very (pre?) alpha.
Nevertheless, I would really like to see full object support in "hyperactiv".
With greetings from Germany,
Andreas Rozek
The text was updated successfully, but these errors were encountered:
First of all: thank you very much for your brilliant library!
Thanks, and sorry for the late reply 🙇 !
Nevertheless, I would really like to see full object support in "hyperactiv".
I agree that this would be nice to have - if it does not inflate the bundle size (<1.5kb). Unfortunately very busy these days and I'm not sure I will be able to work on this in the near future but I'll keep this in mind when I have some free time 👍.
And since I implemented the extra functionality needed for my project myself (well, at least, I think I have) there is no urgent need for an "official" implementation.
First of all: thank you very much for your brilliant library!
However, when I tried to use it, I ran into the problem that
Object.defineProperty
does not seem to be supported. For that reason, I tried to understand your code and made a very first attempt to add such support (see my own fork of your original).So far, it seems to "work on my machine" but I would still consider my code as very (pre?) alpha.
Nevertheless, I would really like to see full object support in "hyperactiv".
With greetings from Germany,
Andreas Rozek
The text was updated successfully, but these errors were encountered: