@qutejs/polyfill

2.0.0-beta.10 • Public • Published

@qutejs/polyfill

Provides all the polyfills required by Qute to work on IE >= 9. The following polyfills are provided:

  • Element.classList
  • CustomEvent
  • Element.closest
  • Element.matches
  • Object.assign
  • String.startsWith

Qute is a reactive component model designed for plain old javascript lovers.

Getting Started

Use the Qute project generator to create a new Qute application or component project:

npm init @qutejs

or (on node versions older than 10.3.0)

npx @qutejs/create

Go here for the Qute documentation.

Installing

npm install @qutejs/polyfill

Usage

import '@qutejs/polyfill';

Building

Qute packages are built from the Qute multi-package repository root. See github.

Authors

Bogdan Stefanescu - Intial Work - Quandora

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @qutejs/polyfill

Homepage

qutejs.org

Weekly Downloads

22

Version

2.0.0-beta.10

License

MIT

Unpacked Size

156 kB

Total Files

9

Last publish

Collaborators

  • bstefanescu