Closed ghost closed 6 years ago
Should we change (res.info.match(/^h2/)) to (res.info.includes("h2")) (ES6) ?
(res.info.match(/^h2/))
(res.info.includes("h2"))
Should we change
(res.info.match(/^h2/))
to(res.info.includes("h2"))
(ES6) ?