Is there a way to “hot swap” JavaScript code within the browser?

后端 未结 6 1403
南方客
南方客 2020-12-28 09:16

Is there any tool that enables you to \"hot swap\" JavaScript contents while executing a webpage?

I am looking for something similar to what HotSpot does for Java,

6条回答
  •  独厮守ぢ
    2020-12-28 09:43

    If you want to do this with entire JavaScript files, see this question for something similar enough that you should be able to get the basics of the idea.

提交回复
热议问题