Releasing version 3.4.0
Version 3.4.0 gives the user the ability to parse()
the DOM without reading from picturePolyfill’s internal cache.
To parse the whole DOM tree without reading from cache, do parse(document, false)
.
To parse only a DOM subtree without reading from cache, do parse(element, false)
where element
is the subtree's parent node.