Skip to content

Commit

Permalink
caller class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pdallmer committed Sep 6, 2024
1 parent 528f693 commit e9c5a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.
29 changes: 1 addition & 28 deletions documentation/dynamicPolyfills.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,4 @@ function arrayMap(callbackFn) {
```

**available polyfills:**
* array
* every
* filter
* find
* forEach
* from
* includes
* indexOf
* isArray
* lastIndexOf
* map
* reduce
* reduceRight
* some
* splice
* object
* create
* defineProperties
* keys
* values
* string
* codePointAt
* endsWith
* padStart
* padEnd
* repeat
* startsWith
* trim
Check the source code at [/framework/polyfills](https://github.com/adessoSE/ssjs-webpack/tree/main/framework/polyfills) for availabel polyfills.
29 changes: 1 addition & 28 deletions documentation/polyfills.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,4 @@ This refers to the polyfills that are included in the framework. You can of cour
Using Polyfills breaks the core library and potentially other features. You can use WsProxy and Platform functinos as an alternative.

**available polyfills:**
* array
* every
* filter
* find
* forEach
* from
* includes
* indexOf
* isArray
* lastIndexOf
* map
* reduce
* reduceRight
* some
* splice
* object
* create
* defineProperties
* keys
* values
* string
* codePointAt
* endsWith
* padStart
* padEnd
* repeat
* startsWith
* trim
Check the source code at [/framework/polyfills](https://github.com/adessoSE/ssjs-webpack/tree/main/framework/polyfills) for availabel polyfills.

0 comments on commit e9c5a19

Please sign in to comment.