June 2016
Intermediate to advanced
910 pages
18h 59m
English
Proxies are used to define the custom behavior for the fundamental operations on objects. Proxies are already available in the programming languages such as C#, C++, and Java, but JavaScript has never had proxies. ES6 introduced the Proxy API, which lets us create proxies. In this chapter, we will look at proxies, their usage, and the proxy traps. Due to the benefits of proxies, the developers are using proxies increasingly and therefore, it's important to learn about proxies in-depth with examples, which we will do in this chapter.
In this chapter, we'll cover:
Read now
Unlock full access