ITADN

Difference in htmlelement_keys

#357OpenMeisterP 创建于 2024-10-30
M
MeisterPcommented
Not really a bugreport but more of a question... Comparing torbrowser built from sources and the prebuilt binaries from torproject I get the following differences in htmlelement_keys: ```diff @@ -1,4 +1,4 @@ -DOCUMENT: htmlelement_keys: eb81553d +DOCUMENT: htmlelement_keys: 1817fdbe [ "toString", @@ -291,16 +291,6 @@ DOCUMENT: htmlelement_keys: eb81553d "firstElementChild", "lastElementChild", "childElementCount", - "set innerHTML", - "set outerHTML", - "value after", - "value append", - "value before", - "value insertAdjacentElement", - "value insertAdjacentHTML", - "value prepend", - "value replaceChildren", - "value replaceWith", "getRootNode", "hasChildNodes", "insertBefore", @@ -348,9 +338,6 @@ DOCUMENT: htmlelement_keys: eb81553d "DOCUMENT_POSITION_CONTAINS", "DOCUMENT_POSITION_CONTAINED_BY", "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "value appendChild", - "value insertBefore", - "value replaceChild", "addEventListener", "removeEventListener", "dispatchEvent" ``` Do you have any insights why this might happen?
1 条评论