Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecmascript Harmony

How Can I Feature-detect Es6 Generators?

I'm really enjoying ES6 generators. Is there a way I can detect generator support in browsers? … Read more How Can I Feature-detect Es6 Generators?

Restarting A Generator In Javascript

In node (0.11.9, with the --harmony flag), how do I restart a generator after it finishes? I tried … Read more Restarting A Generator In Javascript

Harmony Proxy, Detect Whether Property Was Accessed Or Called

Is there a way using Proxy to detect if a property was executed, or was it just accessed? 'use … Read more Harmony Proxy, Detect Whether Property Was Accessed Or Called