UNPKG
hyperstream
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
stream html into html at a css selector
github.com/substack/hyperstream
substack/hyperstream
hyperstream
/
test
/
az_multi
/
expected.html
9 lines
(8 loc)
•
223 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
html
>
<
body
>
<
div
id
=
"a"
>
abcdefghijklmnopqrstuvwxyz
</
div
>
<
div
id
=
"b"
>
<
b
>
bbbbbbbbbbbbbbbbbbbbbb
</
b
>
</
div
>
<
div
id
=
"c"
>
abcdefghijklmnopqrstuvwxyz
</
div
>
<
div
id
=
"d"
>
<
b
>
ddd.dd.d.
</
b
>
</
div
>
</
body
>
</
html
>