diff --git a/manifests/native.json b/manifests/native.json index 8293127..3bec23a 100644 --- a/manifests/native.json +++ b/manifests/native.json @@ -1222,6 +1222,18 @@ "compatKey": "javascript.builtins.String.at" } }, + "String.prototype.includes": { + "id": "String.prototype.includes", + "type": "native", + "url": { + "type": "mdn", + "id": "Web/JavaScript/Reference/Global_Objects/String/includes" + }, + "webFeatureId": { + "featureId": "string-includes", + "compatKey": "javascript.builtins.String.includes" + } + }, "String.prototype.lastIndexOf": { "id": "String.prototype.lastIndexOf", "type": "native", @@ -2550,6 +2562,11 @@ "moduleName": "string.prototype.at", "replacements": ["String.prototype.at"] }, + "string.prototype.includes": { + "type": "module", + "moduleName": "string.prototype.includes", + "replacements": ["String.prototype.includes"] + }, "string.prototype.lastindexof": { "type": "module", "moduleName": "string.prototype.lastindexof",