Conversation
|
Is it correct to assume that this currently will only work in Firefox 39+ and Edge? |
|
I thought that Babel had support to it but after check its docs, seems like they do not. So based on caniuse.com you are right @JonathanPrince . I even ended up trying to make it work on Chrome enabling the flag “Enable Experimental JavaScript" but it didn't work as well. |
|
Wow, Rafael, this looks awesome. I will have a deeper look into it today. Normally I am trying to cover as little as possible or in other words, as focused as possible in on kata. So that the learning about one feature is deeper.
|
|
Thanks @wolframkriesing. I see your point and I'm pretty sure that an API Kata for Proxy would be great but I think the way the Proxy behave and interact with the target and handler objects should be learned first than the whole API. I see proxy concept much more related to the way an object behave than the way it interfaces with others. I agree with you that this first draft is going deep so instead of choose one of your two options and based on the Set Katas, I suggest us to split Proxy Katas like the following: Basics
Behaviour/Flow
Api
What do you think? |

The tests are still green, should I make them red? Any direction about it?
What it covers:
What it still does not cover: