Here are some important terms that are used while studying proxies:
- Target: This is the object that is wrapped by a proxy.
- Traps: These are functions that intercept various operations on the target object, and define the custom behavior for those operations.
- Handler: This is an object that holds the traps. A handler is attached to a proxy object.