mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
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
|