mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-13 06:32:54 +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
|