Giter VIP home page Giter VIP logo

js-shared-interfaces's Introduction

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)

Standards track

It's unclear whether this repository will evolve into any document which requires standardization as such. However, to encourage freely shared development, if there's interest, the intention is to pursue it in a WICG, with the possibility to move into a W3C CG/WG structure if useful in the future.

js-shared-interfaces's People

Contributors

littledan avatar

Watchers

James Cloos avatar Sergey Rubanov avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.