awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
getify avatar

getify/native-promise-onlyArchived

0
View on GitHub↗
715 stars·68 forks·JavaScript·9 views

Native Promise Only

A polyfill for native ES6 Promises as close as possible (no extensions) to the strict spec definitions.

Features

  • Promise Implementations - Strict polyfill for native promise behavior.

Star history

Star history chart for getify/native-promise-onlyStar history chart for getify/native-promise-only

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Native Promise Only

These projects share indexed features with Native Promise Only. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • guzzle/promisesguzzle avatar

    guzzle/promises

    7,717View on GitHub↗

    This project is a PHP implementation of the Promises/A+ specification, providing a library for managing asynchronous operations and deferred values. It serves as an asynchronous task coordinator that allows for the creation of non-blocking code through a promise-based pattern. The library enables the simulation of asynchronous coroutines, allowing non-blocking code to be written in a linear style. It features duck-typed interoperability, which allows it to integrate with any foreign object that implements a then method regardless of class inheritance. The project covers broader capabilities

    PHP
    View on GitHub↗7,717
  • nswbmw/node-in-debuggingnswbmw avatar

    nswbmw/node-in-debugging

    6,457View on GitHub↗

    This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and asynchronous behavior within Node.js applications. It provides detailed methods for asynchronous tracing, memory diagnostics, and performance analysis to resolve runtime errors and execution bottlenecks. The resource distinguishes itself by covering advanced diagnostic workflows, including the use of flame graphs for CPU profiling, the capture and comparison of heap snapshots for memory leak detection, and the mapping of asynchronous call stacks. It also provides technical guidance on

    debugdebuggingguide
    View on GitHub↗6,457
  • lgwebdream/fe-interviewlgwebdream avatar

    lgwebdream/FE-Interview

    7,203View on GitHub↗

    This project is a comprehensive frontend interview preparation resource built around a question bank of over 1000 curated questions. It covers HTML, CSS, JavaScript, Vue, React, Node, TypeScript, Webpack, algorithms, and network security, with each question accompanied by a detailed answer explanation. The content is organized into a hierarchical category tree for browsable exploration, and a daily question rotation algorithm presents one question per day for systematic review. A client-side search index enables instant filtering of questions by title or tag, and the entire question bank is p

    JavaScriptangularcssfe-interview
    View on GitHub↗7,203
  • cujojs/whencujojs avatar

    cujojs/when

    3,428View on GitHub↗

    A solid, fast Promises/A+ and when() implementation, plus other async goodies.

    JavaScript
    View on GitHub↗3,428
Compare all 13 related projects→

Frequently asked questions

What does getify/native-promise-only do?

A polyfill for native ES6 Promises as close as possible (no extensions) to the strict spec definitions.

What are the main features of getify/native-promise-only?

The main features of getify/native-promise-only are: Promise Implementations.

Which projects share features with getify/native-promise-only?

Projects with overlapping indexed features include: guzzle/promises — This project is a PHP implementation of the Promises/A+ specification, providing a library for managing asynchronous… nswbmw/node-in-debugging — This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and… lgwebdream/fe-interview — This project is a comprehensive frontend interview preparation resource built around a question bank of over 1000… cujojs/when — A solid, fast Promises/A+ and when() implementation, plus other async goodies. kriskowal/q — q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It… floatdrop/pinkie — There are tons of Promise implementations out there, but all of them focus on browser compatibility and are often…