- Companion:
- class
Type members
Types
Value members
Concrete methods
#Note: Unsafe because you must make sure that the Subscription created by
the subscribe callback is not killed externally. Otherwise, when the
DynamicSubscription decides to kill it, the already-killed Subscription
will throw an exception.
#Note: Unsafe because you must make sure that the Subscription created by
the subscribe callback is not killed externally. Otherwise, when the
DynamicSubscription decides to kill it, the already-killed Subscription
will throw an exception.
Transform tag name obtained from the DOM to match the tag name that we would have defined for it in HtmlTags / SvgTags.
Transform tag name obtained from the DOM to match the tag name that we would have defined for it in HtmlTags / SvgTags.
Basically this just means lower-casing HTML tag names, e.g. transforming "DIV" returned from the DOM to "div", taking care to avoid mangling custom element tag names.