2022-02-15 16:10:51 -03:00
|
|
|
#import <DOM/CharacterData.idl>
|
|
|
|
|
|
2022-10-07 19:45:09 -03:00
|
|
|
// https://dom.spec.whatwg.org/#processinginstruction
|
|
|
|
|
[Exposed=Window]
|
2021-04-06 13:06:23 -03:00
|
|
|
interface ProcessingInstruction : CharacterData {
|
|
|
|
|
readonly attribute DOMString target;
|
|
|
|
|
};
|