| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 913ec56 commit 5e15ae0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,6 +16,7 @@ const objects = [ | |||
| 16 | 16 | { bar: 'baz' }, | |
| 17 | 17 | new Uint8Array([1, 2, 3, 4]), | |
| 18 | 18 | new Uint32Array([1, 2, 3, 4]), | |
| 19 | + new DataView(new ArrayBuffer(42)), | ||
| 19 | 20 | Buffer.from([1, 2, 3, 4]), | |
| 20 | 21 | undefined, | |
| 21 | 22 | null, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments