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