in toolings/tfjs-debugger/src/app/components/model_selector/model_selector.component.ts [177:183]
handleTfjsModelUrlChanged() {
// Update url with the TFJS model url when it is changed.
this.urlService.updateUrlParameters({
[appendConfigIndexToKey(UrlParamKey.TFJS_MODEL_URL, this.configIndex)]:
`${this.tfjsModelUrl}`,
});
}