From bc281acc611f616317e50fba7914bdf29395980f Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 1 Sep 2017 02:53:55 +0300 Subject: [PATCH] Update internal buffer doc for .buffer property --- doc/buffers.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/buffers.rst b/doc/buffers.rst index a0c8218f..e30ff818 100644 --- a/doc/buffers.rst +++ b/doc/buffers.rst @@ -1228,18 +1228,6 @@ Additional arguments to TypedArray constructor It would be nice to have offset/length when constructing a TypedArray from another TypedArray. -Make the .buffer property virtual ---------------------------------- - -The ``.buffer`` property required by TypedArray specification is the only -concrete property on TypedArray instances. The property points to the -backing ArrayBuffer object (different from the ``duk_hbuffer *buf`` which -is used now). - -Perhaps change the data structure to support the ``.buffer`` reference -directly (perhaps instead of ``buf`` or in addition to ``buf``) and make -it a virtual property. - Node.js .parent property ------------------------