mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 15:44:57 +00:00
11 lines
244 B
Text
11 lines
244 B
Text
pi: [object ProcessingInstruction]
|
|
pi.target: someTarget
|
|
pi.data: someData
|
|
|
|
clone: [object ProcessingInstruction]
|
|
clone.target: someTarget
|
|
clone.data: someData
|
|
|
|
pi === clone -> false
|
|
pi.isEqualNode(clone) -> true
|
|
pi.isEqualNode(other) -> false
|