You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.