repeat transfer learning on tensorflowjs

I want to continuously save one model through transfer learning and re-learn the once-learned model.

I’m currently using TensorFlowJS(browser), is there any way?

model.save
model = tf.loadLayersModel
Relearning was attempted by utilizing it, but the previous transfer learning content disappears and a new transfer learning proceeds.