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

feat(): support aborting promises/requests #7827

Merged
merged 57 commits into from
Jun 30, 2022
Merged

feat(): support aborting promises/requests #7827

merged 57 commits into from
Jun 30, 2022

Commits on Mar 23, 2022

  1. fix(loadFromJSON): clear canvas

    clear canvas right before reload instead of before enlivening, which may take time in case of heavy images/resources
    ShaMan123 committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    735e854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb13c0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d927c7e View commit details
    Browse the repository at this point in the history
  4. refactor renderOnAddRemove

    ShaMan123 committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    47e98f4 View commit details
    Browse the repository at this point in the history
  5. Update misc.js

    ShaMan123 committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    172d550 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. parallel promise

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    65e6984 View commit details
    Browse the repository at this point in the history
  2. live namespace

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b8f0ada View commit details
    Browse the repository at this point in the history
  3. enliven options

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c02b917 View commit details
    Browse the repository at this point in the history
  4. Update misc.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c1fdfd4 View commit details
    Browse the repository at this point in the history
  5. Update image.class.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    cc0539d View commit details
    Browse the repository at this point in the history
  6. Update pattern.class.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3099a65 View commit details
    Browse the repository at this point in the history
  7. aborting

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f46d833 View commit details
    Browse the repository at this point in the history
  8. aborting svg parsing

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    54b01e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5857859 View commit details
    Browse the repository at this point in the history
  10. listen to abort once

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    4ffefd6 View commit details
    Browse the repository at this point in the history
  11. bump node tests

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    aaf3f5b View commit details
    Browse the repository at this point in the history
  12. lint + JSDOC

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    da720f5 View commit details
    Browse the repository at this point in the history
  13. Update parser.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    82c4e9e View commit details
    Browse the repository at this point in the history
  14. feat(Image): abort setSrc

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b1470dd View commit details
    Browse the repository at this point in the history
  15. Update .eslintrc.json

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    20e8e87 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea049c9 View commit details
    Browse the repository at this point in the history
  17. remove resolveNamespace

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    92f5336 View commit details
    Browse the repository at this point in the history
  18. Update pattern.class.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7510ab1 View commit details
    Browse the repository at this point in the history
  19. Update misc.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    0565006 View commit details
    Browse the repository at this point in the history
  20. consolidate options object

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    88b3f0c View commit details
    Browse the repository at this point in the history
  21. abort image filter loading

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3e0f7b6 View commit details
    Browse the repository at this point in the history
  22. fire loading:aborted event

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9f82c17 View commit details
    Browse the repository at this point in the history
  23. Update object.class.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    bb26215 View commit details
    Browse the repository at this point in the history
  24. disposing after aborting

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b3a0ea7 View commit details
    Browse the repository at this point in the history
  25. remove DOMException

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    fc55713 View commit details
    Browse the repository at this point in the history
  26. Update canvas_static.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e4d3882 View commit details
    Browse the repository at this point in the history
  27. Update image.class.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    131513c View commit details
    Browse the repository at this point in the history
  28. Update canvas_static.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    32ec3c5 View commit details
    Browse the repository at this point in the history
  29. fix(): concurrency error

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a21a4a4 View commit details
    Browse the repository at this point in the history
  30. Update misc.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c9713b1 View commit details
    Browse the repository at this point in the history
  31. tests + concurrency test

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    53b4c5d View commit details
    Browse the repository at this point in the history
  32. removeListener on error

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    2e4b7d4 View commit details
    Browse the repository at this point in the history
  33. Update misc.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1081460 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8c4cd91 View commit details
    Browse the repository at this point in the history
  35. Update dom_request.js

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3d38254 View commit details
    Browse the repository at this point in the history
  36. bump node version

    ShaMan123 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a3030dc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Update image.class.js

    ShaMan123 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    19b5ea5 View commit details
    Browse the repository at this point in the history
  2. Update image.js

    ShaMan123 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    13c6940 View commit details
    Browse the repository at this point in the history
  3. bump node to v16

    ShaMan123 committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    639223e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    ea8f234 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    13c0056 View commit details
    Browse the repository at this point in the history
  2. typo

    ShaMan123 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    54e1c0e View commit details
    Browse the repository at this point in the history
  3. rename

    ShaMan123 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    fd6573e View commit details
    Browse the repository at this point in the history
  4. rename

    ShaMan123 committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    1ff31f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    4f5b6e2 View commit details
    Browse the repository at this point in the history
  2. missed out

    ShaMan123 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    52ba6fb View commit details
    Browse the repository at this point in the history
  3. tests

    ShaMan123 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ec86828 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a61e3e6 View commit details
    Browse the repository at this point in the history
  5. conform rejection object

    ShaMan123 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b15bea1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db16268 View commit details
    Browse the repository at this point in the history
  7. restore config for tests

    ShaMan123 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    efaf0b4 View commit details
    Browse the repository at this point in the history
  8. revert node v

    ShaMan123 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    06a1d62 View commit details
    Browse the repository at this point in the history