@ungap/promise-all-settled

WebJar for @ungap/promise-all-settled

License

License

ISC
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ungap__promise-all-settled
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

@ungap/promise-all-settled
WebJar for @ungap/promise-all-settled
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/ungap/promise-all-settled

Download ungap__promise-all-settled

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/ungap__promise-all-settled/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ungap__promise-all-settled</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ungap__promise-all-settled/
implementation 'org.webjars.npm:ungap__promise-all-settled:1.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/ungap__promise-all-settled/
implementation ("org.webjars.npm:ungap__promise-all-settled:1.1.2")
'org.webjars.npm:ungap__promise-all-settled:jar:1.1.2'
<dependency org="org.webjars.npm" name="ungap__promise-all-settled" rev="1.1.2">
  <artifact name="ungap__promise-all-settled" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ungap__promise-all-settled', version='1.1.2')
)
libraryDependencies += "org.webjars.npm" % "ungap__promise-all-settled" % "1.1.2"
[org.webjars.npm/ungap__promise-all-settled "1.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Promise.allSettled

Build Status Coverage Status Greenkeeper badge WebReflection status

A cross platform Promise.allSettled polyfill.

Example

const allSettled = require("@ungap/promise-all-settled");

// use it via call
allSettled.call(Promise, []);

// or bind it:
const $settled = allSettled.bind(Promise);

// or put it in the Promise class
if (!Promise.allSettled)
  Promise.allSettled = allSettled;
org.webjars.npm

ungap

Modern Web Development One Jump At The Time

Versions

Version
1.1.2