mutation-observer-inner-html-shim

WebJar for mutation-observer-inner-html-shim

Лицензия

Лицензия

MIT
Группа

Группа

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

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

mutation-observer-inner-html-shim
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

mutation-observer-inner-html-shim
WebJar for mutation-observer-inner-html-shim
Ссылка на сайт

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

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

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

https://github.com/javan/mutation-observer-inner-html-shim

Скачать mutation-observer-inner-html-shim

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

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

Зависимости

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

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

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

In IE 11, nodes in MutationRecord.removedNodes are always empty when they're removed by setting innerHTML. This shim works around the issue by patching HTMLElement.innerHTML to remove each child node individually before setting the new value.

References:

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

Версия
1.0.1
1.0.0