Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ObjectProxy is private? What does this mean exactly? #12355

Closed
toranb opened this issue Sep 16, 2015 · 3 comments
Closed

ObjectProxy is private? What does this mean exactly? #12355

toranb opened this issue Sep 16, 2015 · 3 comments

Comments

@toranb
Copy link
Contributor

toranb commented Sep 16, 2015

http://emberjs.com/api/classes/Ember.ObjectProxy.html

In the docs I see ObjectProxy is marked as "private" but I use this day-to-day so I can return from a route async, paint, then resolve and update the template. Is this "private" mention to keep people out who aren't library authors or will this/should this throw a dep warning of some kind?

I'm using ember 2.1 beta 4 and don't see any warnings or errors using this or ArrayProxy ...

@workmanw
Copy link

This might be relevant: #11599

@toranb
Copy link
Contributor Author

toranb commented Sep 16, 2015

@workmanw awesome find! thank you

@workmanw
Copy link

@toranb Yeap! We too use Ember.ObjectProxy from time to time, especially BufferProxy related things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants