awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
getify avatar

getify/native-promise-onlyArchived

0
View on GitHub↗
715 स्टार्स·68 फोर्क्स·JavaScript·2 व्यूज़

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.

स्टार हिस्ट्री

getify/native-promise-only के लिए स्टार हिस्ट्री चार्टgetify/native-promise-only के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Native Promise Only के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Native Promise Only के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • guzzle/promisesguzzle का अवतार

    guzzle/promises

    7,717GitHub पर देखें↗

    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
    GitHub पर देखें↗7,717
  • nswbmw/node-in-debuggingnswbmw का अवतार

    nswbmw/node-in-debugging

    6,457GitHub पर देखें↗

    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
    GitHub पर देखें↗6,457
  • lgwebdream/fe-interviewlgwebdream का अवतार

    lgwebdream/FE-Interview

    7,203GitHub पर देखें↗

    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
    GitHub पर देखें↗7,203
  • cujojs/whencujojs का अवतार

    cujojs/when

    3,428GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗3,428
Native Promise Only के सभी 13 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

getify/native-promise-only क्या करता है?

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

getify/native-promise-only की मुख्य विशेषताएं क्या हैं?

getify/native-promise-only की मुख्य विशेषताएं हैं: Promise Implementations।

getify/native-promise-only के कुछ ओपन-सोर्स विकल्प क्या हैं?

getify/native-promise-only के ओपन-सोर्स विकल्पों में शामिल हैं: 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…