class IntersectionObserverWrapper {

  callbacks = {};
  observerBacklog = [];
  observer = null;