You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
program crash to myhtml_serialization_tree_buffer, when deleting the red.html last line(24256869360382548490090719-->),the program is running normally
The program crashes when the last action of the html page is commented
The text was updated successfully, but these errors were encountered:
@kksvip
In fact, it is not possible to unite trees in this way.
For this you must use innerHTML function, but in this project this function is not present.
You can use my new project lexbor for this. See example.
1.program code,test.c
2.mk.sh
gcc test.c -g -o test -lmyhtml_static -lpthread -I/home/haima/myhtml/include -L/home/haima/myhtml/lib
3.1 main.html
4.run parameter
issue description:
./test main.html red.html
program crash to
myhtml_serialization_tree_buffer
, when deleting the red.html last line(24256869360382548490090719-->),the program is running normallyThe program crashes when the last action of the html page is commented
The text was updated successfully, but these errors were encountered: