Licence
MIT
Version
0.0.5
Deps
1
Size
4 kB
Vulns
0
Weekly
0
@ungap/processing-instruction
A polyfill for ProcessingInstruction attributes.
import patch from 'https://esm.run/@ungap/processing-instruction';
const template = document.createElement('template');
template.innerHTML = 'a<?b c="d" ?>c';
[...patch(template.content).childNodes];
// [text, b, text]