Re: [ServiceWorker] Can we change the body attribute of Request/Response to a method? (#606)

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