- From: Domenic Denicola <web-platform-tests-notifications@w3.org>
- Date: Fri, 21 Oct 2016 19:45:03 GMT
- To: public-web-platform-tests-notifications@w3.org
> I'm surprised that (()=>globalCounters++)() does not work. That function now returns globalCounters++ :). `(() => { globalCounters++; })()` would do the trick. Also probably `javascript:globalCounters++,undefined`. But yeah, any version with a function invocation to return undefined should be safe, I think. View on GitHub: https://github.com/w3c/web-platform-tests/pull/4043#issuecomment-255449383
Received on Friday, 21 October 2016 19:45:14 UTC