- From: James M Snell <notifications@github.com>
- Date: Mon, 27 Apr 2015 21:03:49 -0700
- To: w3ctag/spec-reviews <spec-reviews@noreply.github.com>
Received on Tuesday, 28 April 2015 04:04:16 UTC
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