3.4.0 • Published 3 years ago

@stimulus_reflex/polyfills v3.4.0

Weekly downloads
130
License
MIT
Repository
github
Last release
3 years ago

Polyfills for StimulusReflex

Description

The @stimulus_reflex/polyfills package provides support for StimulusReflex and CableReady in older browsers like Internet Explorer 11.

Usage

To include the polyfills you just have to import the package. Typically you want to import it in app/javascript/packs/application.js.

// app/javascript/packs/application.js

import '@stimulus_reflex/polyfills'
import 'controllers'

// ...

If you have an existing import for @stimulus/polyfills you can safely remove it. The @stimulus/polyfills package is included with @stimulus_reflex/polyfills.

-import '@stimulus/polyfills'
+import '@stimulus_reflex/polyfills'

Details

This repository contains a few polyfills itself and bundles up polyfills from other packages. The following list shows the included polyfills and where they are coming from:

Polyfills included/imported in this package

Polyfills imported from @stimulus/polyfills

Polyfills imported from @cable_ready/polyfills

Polyfills imported from formdata-polyfill