package:dwds v24.3.7
- The registered extension
reassemble
is now no longer called when calling
reloadSources
. Users should callreassemble
usingcallServiceExtension
. callServiceExtension
now checks the runtime for the list of registered
service extensions. It also now throws aRPCError
with
RPCErrorKind.kMethodNotFound
when a service extension is not found instead
of throwing a JS evaluation error.