juandopazo / loader.js

whatwg loader polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loader.js

Loader.js is a spec compliance polyfill for WHATWG Loader.

npm Version Build Status Dependency Status

Overview

This is a referral implementation for the current draft, and should not be used in production.

This is a living implementation, and changes in the API can still happen at our discretion.

WHATWG Loader is a work-in-progress specification, the v1 docs can be found on the website:

https://whatwg.github.io/loader/

Features

  • Reflect.Loader
  • Reflect.Module
  • Reflect.Module.ModuleStatus
  • System.loader (browser and node variants)

Contribute

Check out the Contributing document for the details. Thanks!

License

This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.

About

whatwg loader polyfill

License:MIT License


Languages

Language:JavaScript 100.0%