Skip to content

package:dwds v24.3.7

Compare
Choose a tag to compare
@srujzs srujzs released this 11 Mar 18:11
· 10 commits to main since this release
302b6db
  • The registered extension reassemble is now no longer called when calling
    reloadSources. Users should call reassemble using callServiceExtension.
  • callServiceExtension now checks the runtime for the list of registered
    service extensions. It also now throws a RPCError with
    RPCErrorKind.kMethodNotFound when a service extension is not found instead
    of throwing a JS evaluation error.