Search completed in 2.06 seconds.
11 results for "HierarchyRequestError":
HTMLTableElement - Web APIs
WebAPIHTMLTableElement
when set, if the object doesn't represent a <caption>, a domexception with the hierarchyrequesterror name is thrown.
...when set, if the object doesn't represent a <thead>, a domexception with the hierarchyrequesterror name is thrown.
...when set, if the object doesn't represent a <tfoot>, a domexception with the hierarchyrequesterror name is thrown.
CSSStyleSheet.insertRule() - Web APIs
WebAPICSSStyleSheetinsertRule
if rule cannot be inserted at index 0 due to some css constraint, the method aborts with a hierarchyrequesterror.
... if trying to insert an @import at-rule after a style rule, the method aborts with a hierarchyrequesterror.
HTMLSelectElement.add() - Web APIs
WebAPIHTMLSelectElementadd
exceptions a domerror of the type hierarchyrequesterror if the item passed to the method is an ancestor of the htmlselectelement.
...it throws a domerror of the type hierarchyrequesterror if the passed item is an ancestor of the htmlselectelement and no longer throws if the before parameter is not found.
ChildNode.after() - Web APIs
WebAPIChildNodeafter
exceptions hierarchyrequesterror: node cannot be inserted at the specified point in the hierarchy.
ChildNode.before() - Web APIs
WebAPIChildNodebefore
exceptions hierarchyrequesterror: node cannot be inserted at the specified point in the hierarchy.
ChildNode.replaceWith() - Web APIs
WebAPIChildNodereplaceWith
exceptions hierarchyrequesterror: node cannot be inserted at the specified point in the hierarchy.
DOMError - Web APIs
WebAPIDOMError
hierarchyrequesterror the node tree hierarchy is not correct.
DOMException - Web APIs
WebAPIDOMException
(legacy code value: 1 and legacy constant name: index_size_err) hierarchyrequesterror the node tree hierarchy is not correct.
ParentNode.append() - Web APIs
WebAPIParentNodeappend
exceptions hierarchyrequesterror: node cannot be inserted at the specified point in the hierarchy.
ParentNode.prepend() - Web APIs
WebAPIParentNodeprepend
exceptions hierarchyrequesterror: node cannot be inserted at the specified point in the hierarchy.
ParentNode.replaceChildren() - Web APIs
WebAPIParentNodereplaceChildren
exceptions hierarchyrequesterror: the constraints of the node tree are violated.