axios /
axios
Promise based HTTP client for the browser and node.js
Loading repository data…
single-spa / repository
A browser and NodeJS javascript library for overriding import maps
A browser and nodejs javascript library for being able to override import maps. This works with native browser import maps, SystemJS import maps, es-module-shims import maps, and more.

Import maps are a way of controlling which url to download javascript modules from. The import-map-overrides library allows you to dynamically change the url for javascript modules by storing overrides in local storage. This allows developers to override individual modules to point to their localhost during development of a module, without having to boot up a local environment with all the other modules and a backend server.
You should not use import-map-overrides as the only import map on your page, since you cannot count on everyone's local storage having valid values for all of your modules. Instead, import-map-overrides should be viewed as a developer experience enhancement and dev tool -- developers can develop and debug on deployed environments instead of having to boot up a local environment.
Here are some tutorial videos that explain this in more depth:
The UI for import-map-overrides works in evergreen browsers (web components support required). The javascript API works in IE11+.
Make sure you commit a changeset with pnpm changeset before you open a PR.
This will allow to automatically bump the version and maintain the CHANGELOG
once released.
Selected from shared topics, language and repository description—not editorial ratings.
axios /
Promise based HTTP client for the browser and node.js
phaserjs /
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
sorrycc /
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
SeleniumHQ /
A browser automation framework and ecosystem.
caolan /
Async utilities for node and the browser
Modernizr /
Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.