Skip to content

Commit d966f3b

Browse files
committed
Edited ch06.asciidoc with Atlas code editor
1 parent c5f35d1 commit d966f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch06.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[managing-property-access-with-proxies]]
2-
== Managing Property Access with Proxies
2+
== Managing Property Access pass:[<span class="keep-together">with Proxies</span>]
33

44
Proxies are an interesting and powerful feature in ES6 that act as intermediaries between API consumers and objects. In a nutshell, you can use a `Proxy` to determine the desired behavior whenever the properties of an underlying `target` object are accessed. A `handler` object can be used to configure traps for your `Proxy`, which define and restrict how the underlying object is accessed, as we'll see in a bit.
55

0 commit comments

Comments
 (0)