Lady’s Gitweb
/
Pisces
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(from:
dc0583f
)
Support SharedArrayBuffer; drop isDataView
author
Lady
<redacted>
Mon, 26 Jun 2023 01:57:06 +0000
(18:57 -0700)
committer
Lady
<redacted>
Mon, 26 Jun 2023 01:57:06 +0000
(18:57 -0700)
- `SharedArrayBuffer` counts as an array buffer; use
`isArrayBuffer($) && !isSharedArrayBuffer($)` to detect only
non‐shared buffers.
- `isDataView` is no longer supported as a separate function; use
`isArrayBufferView($) && !isTypedArray($)` to detect data views.
No differences found
This page took
0.158999 seconds
and
4
git commands to generate.