This is step zero in the process of removing Proxy objects from the JS client. This adds a number of public fields that are currently being accessed in Console via the .data property instead of accessing them directly. I have also modified the get() method on our Proxy handler in order to allow access to _links and _embedded directly instead of having to use .data or getLink()/getEmbed().
This is step zero in the process of removing
Proxy
objects from the JS client. This adds a number of public fields that are currently being accessed in Console via the.data
property instead of accessing them directly. I have also modified theget()
method on our Proxy handler in order to allow access to_links
and_embedded
directly instead of having to use.data
orgetLink()
/getEmbed()
.