Skip to content

Documentation of namespaces for shared JavaScript interfaces

License

Notifications You must be signed in to change notification settings

tomayac/js-shared-interfaces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Many JavaScript APIs, originally created for the Web Platform, are being implemented in other JavaScript environments. These shared interfaces assist the usage of the same JS code in various different places, sometimes called "isomorphic code". This repository attempts to document which JavaScript APIs are shared and on which platforms.

Sections

Goals

  • Help JavaScript programmers target multiple environments while using a broad range of APIs
  • Enable more effective and rapid standards development by surfacing factors from non-Web environments early
  • Expose and help prioritize opportunities for supporting shared interfaces to embedding environment maintainers
  • Provide the underlying data which might be used some day to consider describing a standard JavaScript base library

Non-goals

  • Add any procedural requirements/blockers in standards development, or slow anything down (there's already enough paperwork! many APIs don't make sense in other environments, or people may be unavailable for feedback)
  • List globals which are only implemented in a single environment (there are too many; use that environment's documentation)
  • Document compatibility among browsers for global objects (see MDN, ChromeStatus, caniuse, etc.)
  • Include any interfaces exposed by TC39 standards (which are already presumed to be cross-environment)
  • Include polyfills (may make sense in the future, but keep scope minimal at first)

Why is this a personal repository?

I don't want to have this as a personal repository forever, but it's unclear whether this repository will evolve into any document which requires standardization as such. To encourage freely shared development, I hope to move ownership to a larger, neutral organization, such as a foundation, or W3C WICG.

About

Documentation of namespaces for shared JavaScript interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors