CustomCompareFunction
Type Declaration
- (local: HTMLElement, remote: HTMLElement): string | null
Parameters
local: HTMLElement
remote: HTMLElement
Returns string | null
The reason why the elements do not match or
null
if no change is detected.
local: HTMLElement
remote: HTMLElement
The reason why the elements do not match or null
if no change is detected.
A function to compare two html elements.