What is the XMLSerializer? - JavaScript Tutorial

preview_player
Показать описание
The XMLSerializer within JavaScript allows you to serialize a node (or group of nodes) into a valid XML string. This is useful potentially when you need to send an XML/HTML representation of your web page elements to another server or database.

In this video we take a look at an example by serializing an entire HTML document or a specific element/node.

Support me on Patreon:

For your reference, check this out:

Follow me on Twitter @dcode!

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
Рекомендации по теме
Комментарии
Автор

Best list of javascript I've ever seen on youtube. Good examples and useful! Thank you a lot, Dom. I'm focusing on getting a better javascript knowledge, before go back to react.

tninelives