next-tick

WebJar for next-tick

Лицензия

Лицензия

ISC
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

next-tick
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

next-tick
WebJar for next-tick
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/medikoo/next-tick

Скачать next-tick

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

next-tick

Environment agnostic nextTick polyfill

To be used in environment agnostic modules that need nextTick functionality.

  • When run in Node.js process.nextTick is used
  • In modern engines, microtask resolution is guaranteed by queueMicrotask
  • In older browsers, MutationObserver is used as a fallback
  • In other engines setImmediate or setTimeout(fn, 0) is used as fallback.
  • If none of the above is supported module resolves to null

Installation

NPM

In your project path:

$ npm install next-tick

Browser

To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: Browserify, Webmake or Webpack

Tests Build Status

$ npm test

Security contact information

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.


Get professional support for d with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Версии библиотеки

Версия
1.1.0
1.0.0
0.2.2