Reputation: 9
I have been searching high and low for any straightforward answer to this question and, sadly, must now come to the internet community at large and ask a question.
Simply put, I would like to know if ES2015 Proxy handler objects are restricted to defining solely those traps defined in the specification or if any trap may be defined?
Secondly, I have been unable to locate any recent tutorials, posts, or material released (save for the specs or references) on Proxies, Reflection, and Symbols and wanted to know if there were any resources any knew of that are caught up with the current state of the spec? Again, I am aware that both the spec and websites that maintain a JavaScript language reference are up to date, but I am looking for more colloquial explanations or tutorials.
Thank you, in advance.
As a bonus round, does anyone have any uses or design patterns that are not already discussed in the literature for Proxies, Reflection, and/or Symbols?
Upvotes: 0
Views: 123