[heycam/webidl] detaching an ArrayBuffer should refer to ECMAScript (#200)

> To detach an ArrayBuffer is to set its buffer pointer to null.

I think this should be something like

> To detach an ArrayBuffer is to perform [DetachArrayBuffer](https://tc39.github.io/ecma262/#sec-detacharraybuffer) on the ECMAScript object that the IDL value represents

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/200

Received on Saturday, 22 October 2016 16:54:17 UTC