JavaScript Polyfill - String Includes Method
A place for JavaScript polyfills.
JavaScript string includes method polyfill. A new method that has not yet found it's way into many browser implementations.Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
Note: An array & typedarray includes method, that could also be useful, is currently in draft status.Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includesDocumentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/includes
JavaScript Polyfill - String Includes Method
A place for JavaScript polyfills.
JavaScript string includes method polyfill. A new method that has not yet found it's way into many browser implementations.
Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
Note: An array & typedarray includes method, that could also be useful, is currently in draft status.
Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/includes