- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 27 Jan 2015 23:18:49 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 28 January 2015 07:19:15 UTC
Checked Firefox's Web Console. It doesn't evaluate an accessor.
```
var x = { get y() { console.log('foo'); } };
x
Object { y: Getter }
```
---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/606#issuecomment-71791329
Received on Wednesday, 28 January 2015 07:19:15 UTC