UNPKG
rimmel
Version:
latest (1.6.0)
rc (1.6.0-7)
1.6.0
1.6.0-7
1.6.0-5
1.6.0-4
1.6.0-1
1.5.2
1.5.1
1.5.0
1.5.0-rc4
1.5.0-rc2
1.5.0-rc1
1.4.4
1.4.3
1.4.2
1.3.1
1.2.5
1.2.3
1.2.1
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Stream-Oriented UI library for the Rx.Observable Universe
rimmel.js.org
reactivehtml/rimmel
rimmel
/
dist
/
esm
/
sinks
/
content-sink.js
10 lines
(7 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
'../constants.js'
;
import
{ asap }
from
'../lib/drain.js'
;
const
AnyContentSink
= (
node
) =>
(
htmlSource
) =>
{
asap
(
(
html
) =>
node.
innerHTML
= html, htmlSource); };
export
{
AnyContentSink
};
//# sourceMappingURL=content-sink.js.map