Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature feature async (#85) #2

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Feature feature async (#85) #2

wants to merge 7 commits into from

Commits on Feb 18, 2022

  1. Feature feature async (#85)

    * feat: async function support
    
    * chore: release 0.3.3
    
    * chore: doc fix
    
    Co-authored-by: gaoxiang.666 <gaoxiang.666@bytedance.com>
    lavyun and gaoxiang.666 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    dc58729 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. feat: refactor Random.dataImage in node.js runtime (#90)

    Co-authored-by: gaoxiang.666 <gaoxiang.666@bytedance.com>
    lavyun and gaoxiang.666 committed May 28, 2022
    Configuration menu
    Copy the full SHA
    4cc62af View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. feat: support promise with fetch (#92)

    Co-authored-by: gaoxiang.666 <gaoxiang.666@bytedance.com>
    lavyun and gaoxiang.666 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    9508290 View commit details
    Browse the repository at this point in the history
  2. fix(test): response is Blob type (#93)

    ``` sh
    > yarn test
      1) XHR
           MockXMLHttpRequest
             bolb responseType
               response is Blob type:
         Error: Network Error
    ```
    wll8 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    fcec0e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Fix process event (#95)

    * 修复解决 process 事件获取不到进度的问题 (#94)
    
    当前:process 事件获取不到下载进度
    期望:process 事件获取到下载进度
    方案:如代码 diff,构造完整的自定义事件
    
    * fix: xhr use native event.
    
    Co-authored-by: ken <ken198701@gmail.com>
    Co-authored-by: gaoxiang.666 <gaoxiang.666@bytedance.com>
    3 people committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c5bb7bd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    ae09b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5359ed6 View commit details
    Browse the repository at this point in the history