Elliot
Elliot
@BrokenSourceCode Sounds great, thanks for the heads up! For this particular issue, I believe it was only impacting IE11 so for testing that'll require IE11, the proxy.min.js polyfill included, etc....
Thank you for the clean re-pro examples! I'll dive into this issue either tomorrow or this weekend and see what I can figure out. Off the top of my head,...
Glad to hear that you were able to find a workaround! I haven't had a chance to dive deep into this issue yet, but it's still on my to-do list.
Currently Observable Slim doesn't support this, but it's a great enhancement idea. I'm going to look into this one and hopefully have the functionality added within a few days. We...
Unfortunately it's not possible to only trigger the `get` handler for only a specific set of properties -- accessing any of the properties on an observed object would trigger the...
@derrell My sincere apologies for not seeing this until now! I'll take a look at this contribution this week or by early next week. One thing that I noticed right...
@hughanderson4 @devarsh My apologies for the slow reply -- Observable Slim can accomplish those types of deep observations on objects whose schema is not known. Have you encountered a situation...
At the moment the ObservableSlim doesn't support that functionality. The primary goal of the library is to observe changes immediately after they happen rather than intercept them before they occur....
@MZanggl My apologies for not seeing this until now! I'll take a look into this to see what can be done. However, Observable-Slim in general is intended to be used...
> I can understand this behaviour from the proxy’s perspective (and I know that you try to be close to the Proxy behaviour), however as a developer I’d prefer to...