Project

General

Profile

« Previous | Next » 

Revision 508e44ff

Added by NOYB NOYB about 9 years ago

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

  • added
  • modified
  • copied
  • renamed
  • deleted