These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
5 lines
165 B
Text
5 lines
165 B
Text
// https://dom.spec.whatwg.org/#processinginstruction
|
|
[Exposed=Window]
|
|
interface ProcessingInstruction : CharacterData {
|
|
readonly attribute DOMString target;
|
|
};
|