17.0.2 • Published 4 years ago

sn-polyfills v17.0.2

Weekly downloads
42
License
MIT
Repository
-
Last release
4 years ago

sn-polyfills

Loads native polyfills including web component polyfills.

After the polyfills are loaded developer defined scripts are then loaded. snComponentLoader.load accepts a one or two dimensional array. Scripts in the second dimension are loaded in parallel, while scripts in the first are loaded serially.

snComponentLoader.load([['sn-component-a', 'sn-component-b'], 'sn-component-c']);