#10804 closed bug (duplicate)
Replaced innerHtml calls with insertAdjacentHTML
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As per http://hacks.mozilla.org/2011/11/insertadjacenthtml-enables-faster-html-snippet-injection/
All major browsers now support insertAdjacentHTML, originally from IE and formalised in the HTML5 spec for the DOM.
Provides better security and performance overall, but should obviously fall back where insertAdjacentHTML is not available
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #10515.