Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.93 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.93 KB

ember-resize-observer-polyfill

CI status NPM version

A polyfill of ResizeObserver API for Ember.

The addon relies on the resize-observer-polyfill, which is about 2.44 KB gzipped and supports even IE10.

Do you even need the polyfill?

Current browser support for ResizeObserver: caniuse.com, MDN: Browser compatibility.

Installation

ember install ember-resize-observer-polyfill

Usage

Just install the addon.

Related addons

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.