日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:52010
  • 待審:67
  • 小程序:12
  • 文章:1106242
  • 會員:784

我最近不得不創建一個沒有后端端點的用戶界面(ui)。重點是使 ui 盡可能具有響應性,以便用戶可以知道操作何時正在進行。

這主要意味著當進行 ajax 調用時,ui 應進行指示,并在調用完成時進行相應更新。

為了幫助 ui 的開發,我創建了一個函數來模擬 ajax 調用。該功能能夠:

接受延遲(以毫秒為單位)來模擬進行實際 ajax 調用的延遲
接受 ajax 調用失敗時模擬失敗的概率
返回提供的有效負載

typescript 代碼如下(請參閱帶有文檔字符串的完整代碼示例的要點):

export async function delay<t>(
  timeout: number,
  probability?: number,
  result?: t
): promise<t> {
  return new promise<t>((resolve, reject) =&gt; {
    settimeout(() =&gt; {
      if (!probability || probability  1) {
        resolve(result);
        return;
      }

      const hit = math.random();
      if (hit 



<p>要使用此功能:<br></p>

<pre class="brush:php;toolbar:false">async function handlebuttonclick() {
  // update the ui to show a loading indicator.

  try {
    // highlight-start
    // make the call take 3 seconds, with a 10% chance of failure,
    // and return an array of users.
    const result = await delay(3000, 0.9, [
      {
        email: 'user1@example.com',
        username: 'user 1',
      },
    ]);
    // highlight-end

    // update the ui when the call completes succesfully.
  } catch (err: any) {
    // update the ui when the call fails.
  }
}

登錄后復制

相同函數的 javascript 版本如下:

export async function delay(timeout, probability, result) {
  return new Promise((resolve, reject) =&gt; {
    setTimeout(() =&gt; {
      if (
        !probability ||
        typeof probability !== 'number' ||
        probability  1
      ) {
        resolve(result);
        return;
      }

      const hit = Math.random();
      console.log(hit, probability);
      if (hit 



<p><em>這篇文章首次發表于 cheehow.dev</em></p>


          

            
        

登錄后復制

分享到:
標簽:ajax 函數 占位 調用
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 52010

    網站

  • 12

    小程序

  • 1106242

    文章

  • 784

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定