polyfill-qml

0.0.16 • Public • Published

polyfill-qml

Minimal required polyfill library for QML JavaScript host environment.

Install

With npm:

npm install polyfill-qml --save-dev

Usage

// core qml polyfills (setTimeout/clearTimeout/etc, Object.setPrototypeOf, Function.prototype.toString fix)
import 'polyfill-qml';
 
// or per library
import { WebSocket } from 'polyfill-qml/stage/es5/websocket';
 
// combine with other polyfill libraries, e.g.
import 'core-js/features/array/find-index';

Readme

Keywords

Package Sidebar

Install

npm i polyfill-qml

Weekly Downloads

16

Version

0.0.16

License

MIT

Unpacked Size

39.4 kB

Total Files

48

Last publish

Collaborators

  • evg656e