Closed
Bug 1316913
Opened 8 years ago
Closed 8 years ago
Warn about ArrayBuffer.slice
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
4.43 KB,
patch
|
till
:
review+
|
Details | Diff | Splinter Review |
This is about the non-standard static function ArrayBuffer.slice, not the standardized ArrayBuffer.prototype.slice function!
Attachment #8809890 -
Flags: review?(till)
Comment 1•8 years ago
|
||
Comment on attachment 8809890 [details] [diff] [review]
Warn about ArrayBuffer.slice
Review of attachment 8809890 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #8809890 -
Flags: review?(till) → review+
Updated•8 years ago
|
Keywords: dev-doc-needed,
site-compat
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/884861c655c7
Warn about ArrayBuffer.slice. r=till
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 4•8 years ago
|
||
Posted the site compatibility doc: https://www.fxsitecompat.com/en-CA/docs/2016/arraybuffer-slice-has-been-deprecated/
Comment 5•8 years ago
|
||
https://developer.mozilla.org/en-US/Firefox/Releases/52#JavaScript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer#Browser_compatibility
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•