Closed Bug 1248641 Opened 8 years ago Closed 6 years ago

Replace usage of String.prototype.contains() with String.prototype.includes()

Categories

(DevTools :: General, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jsantell, Unassigned)

Details

(Whiteboard: [btpp-fix-later])

String.prototype.contains() is deprecated and will be removed in a future release; use String.prototype.includes() instead
devtools/client/sourceeditor/debugger.js

Let's clean this up in all of devtools
Priority: -- → P2
Whiteboard: [btpp-fix-later]
Product: Firefox → DevTools
This is now fixed (after doing a quick search through the code, I couldn't find obvious usages of contains() on Strings).
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.