Delay an angular.js $http service

前端 未结 8 1115
感动是毒
感动是毒 2021-01-31 16:32

I have some angular factories for making ajax calls towards legacy ASP.NET .asmx web services like so:

module.factory(\'productService\', [\"$http\",
function ($         


        
8条回答
  •  隐瞒了意图╮
    2021-01-31 16:40

    The new chrome device emulator has a network throttling function:

    enter image description here

    To get there: In Google Chrome, press F12 to open the Developer Tools. Then, on the top left corner, click the "Toggle device mode" icon (left to the "Elements" menu).

提交回复
热议问题