String.prototype.replaceAll in Richienb/awesome-ponyfills

Spec-compliant polyfill for String.prototype.replaceAll ESnext proposal.

updated at April 10, 2024, 4:35 p.m.

JavaScript

4 +0

35 +0

2 +0

GitHub
globalThis in Richienb/awesome-ponyfills

ECMAScript spec-compliant polyfill/shim for `globalThis`.

updated at March 16, 2024, 4:04 p.m.

JavaScript

7 +0

154 +0

13 +0

GitHub
Object.fromEntries in Richienb/awesome-ponyfills

Official ES spec-compliant polyfill for Object.fromEntries

updated at March 2, 2024, 6:17 p.m.

JavaScript

5 +0

33 +0

5 +0

GitHub
Object.entries in Richienb/awesome-ponyfills

ES2017 spec-compliant shim for Object.entries

updated at Feb. 7, 2024, 12:11 p.m.

JavaScript

6 +0

57 +0

9 +0

GitHub
array-includes in Richienb/awesome-ponyfills

Array.prototype.includes spec-compliant polyfill

updated at Feb. 5, 2024, 11:02 a.m.

JavaScript

4 +0

43 +0

12 +0

GitHub
Array.prototype.flatMap in Richienb/awesome-ponyfills

An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.

updated at Sept. 7, 2023, 5:34 p.m.

JavaScript

6 +0

32 +0

6 +0

GitHub
Array.prototype.every in Richienb/awesome-ponyfills

Array.prototype.every spec-compliant polyfill

updated at July 30, 2023, 7:44 p.m.

JavaScript

4 +0

7 +0

2 +0

GitHub
Object.values in Richienb/awesome-ponyfills

ES2017 spec-compliant shim for Object.values

updated at July 24, 2023, 8:44 a.m.

JavaScript

5 +0

72 +0

8 +0

GitHub
object-is in Richienb/awesome-ponyfills

ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.

updated at Aug. 26, 2022, 2:05 a.m.

JavaScript

4 +0

25 +0

8 +0

GitHub
String.prototype.trim in Richienb/awesome-ponyfills

ES5 spec-compliant shim for String.prototype.trim

updated at Dec. 16, 2021, 12:36 a.m.

JavaScript

5 +0

13 +0

3 +0

GitHub
String.prototype.trimLeft in Richienb/awesome-ponyfills

ES2019 spec-compliant shim for String.prototype.trimLeft.

updated at Dec. 15, 2021, 5:18 p.m.

JavaScript

4 +0

7 +0

4 +0

GitHub
String.prototype.trimRight in Richienb/awesome-ponyfills

ES2019 spec-compliant shim for String.prototype.trimRight.

updated at Dec. 13, 2021, 6:55 p.m.

JavaScript

5 +0

8 +0

3 +0

GitHub
Array.prototype.some in Richienb/awesome-ponyfills

Array.prototype.some spec-compliant polyfill

updated at Dec. 11, 2021, 7:31 a.m.

JavaScript

4 +0

2 +0

1 +0

GitHub