Skip to content

Commit 7e1e007

Browse files
committed
More README
1 parent 6f41df7 commit 7e1e007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ByteBuffer uses either ArrayBuffers in the browser or Buffers under node.js.
1919
* **[ByteBufferAB.min.map](https://raw.githubusercontent.com/dcodeIO/ByteBuffer.js/master/dist/ByteBufferAB.min.map)**
2020
is the source map generated by Closure Compiler.
2121

22-
##### Accessed through DataViews
22+
##### Accessed through DataViews ([polyfill](https://github.com/inexorabletash/polyfill/blob/master/typedarray.js) compatible)
2323

2424
* **[ByteBufferAB_DataView.js](https://raw.githubusercontent.com/dcodeIO/ByteBuffer.js/master/dist/ByteBufferAB_DataView.js)**
2525
uses an ArrayBuffer as its backing buffer, accessed through a [DataView](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/DataView).

0 commit comments

Comments
 (0)