Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Loader Spec: The Road Ahead

The Road Ahead

note: A good chunk of this spec is out of date and is undergoing revision to realign it with Service Worker, the JS Realms API, and the dynamic import() feature.

Milestone 0: Basic Static Loading

  • Name resolution (relative URLs, maybe absolute URLs)
  • Fetch integration
  • <script type="module">
  • memoization

Milestone 1: Basic Dynamic Loading

  • Worker invocation API
  • Dynamic (async) import API
  • Module instance object reflection
  • Relative import syntax (import local from this;)

Milestone 2: Extensibility

  • registry reflection
  • loading pipeline hooks

Milestone 3: Conveniences

  • Site packages