Re: [spec-reviews] http-problem (#37)

It would be far more natural having a pattern such as ...
```javascript
throw new Problem('http://problem_id', 'the message', {foo:'bar'});
```
where the serialization would be...
```json
{
  "@type": "http://problem_id",
  "message": "the message",
  "foo": "bar"
}
```


---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/37#issuecomment-96904009

Received on Tuesday, 28 April 2015 04:04:16 UTC