Skip to content
Eric edited this page Dec 9, 2021 · 4 revisions

Some deprecated or missing methods are polyfilled.

String.substr

Since this method is now deprecated, it is polyfilled.

 String.substr(start, length);

Clone this wiki locally