How to use the lib0/error.js.methodUnimplemented function in lib0

To help you get started, we’ve selected a few lib0 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github yjs / yjs / src / structs / Item.js View on Github external
write (encoder, offset) {
    throw error.methodUnimplemented()
  }
  /**
github yjs / yjs / src / structs / Item.js View on Github external
isCountable () {
    throw error.methodUnimplemented()
  }
  /**
github yjs / yjs / src / structs / Item.js View on Github external
delete (transaction) {
    throw error.methodUnimplemented()
  }
  /**
github yjs / yjs / src / structs / Item.js View on Github external
mergeWith (right) {
    throw error.methodUnimplemented()
  }
  /**
github yjs / yjs / src / structs / AbstractStruct.js View on Github external
integrate (transaction) {
    throw error.methodUnimplemented()
  }
}
github yjs / yjs / src / structs / Item.js View on Github external
getRef () {
    throw error.methodUnimplemented()
  }
}
github yjs / yjs / src / structs / Item.js View on Github external
getContent () {
    throw error.methodUnimplemented()
  }
  /**
github yjs / yjs / src / types / AbstractType.js View on Github external
_copy () {
    throw error.methodUnimplemented()
  }
github yjs / yjs / src / structs / Item.js View on Github external
gc (store) {
    throw error.methodUnimplemented()
  }
  /**
github yjs / yjs / src / structs / ContentType.js View on Github external
splice (offset) {
    throw error.methodUnimplemented()
  }
  /**