airframe icon indicating copy to clipboard operation
airframe copied to clipboard

airframe-http-rx: Support onUpdate DOM element

Open xerial opened this issue 5 years ago • 1 comments

  • Register MutationObserver and subscribe DOM mutation
  • Unregister the observer upon Rx.cancel is called

xerial avatar May 02 '20 07:05 xerial

onMount and beforeUnmount handler has been added to RxElement interface. We can use these hooks to register MutationObserver

xerial avatar Aug 04 '23 04:08 xerial