Browser Browser Feature Detection Ecmascript Harmony Generator Javascript How Can I Feature-detect Es6 Generators? July 09, 2024 Post a Comment 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?
Ecmascript Harmony Generator Javascript Node.js Restarting A Generator In Javascript March 26, 2024 Post a Comment 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
Ecmascript Harmony Javascript Harmony Proxy, Detect Whether Property Was Accessed Or Called February 28, 2024 Post a Comment 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