login: Add check for String.prototype.replaceAll

This commit is contained in:
Garrett LeSage 2021-04-15 15:39:52 +02:00 committed by Martin Pitt
parent 12850afd86
commit fc73c07195
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ if (window.NodeList && !NodeList.prototype.forEach)
req("console", window) &&
req("pushState", window.history) &&
req("textContent", document) &&
req("replaceAll", String.prototype) &&
req("supports", window.CSS) &&
css("display", "flex") &&
css("display", "grid");