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

Add ability to specify durability for transactions in Chrome #1367

Merged
merged 9 commits into from Aug 2, 2021
Merged

Add ability to specify durability for transactions in Chrome #1367

merged 9 commits into from Aug 2, 2021

Commits on Jul 21, 2021

  1. Use relaxed durability for chrome

    Alex committed Jul 21, 2021
    Copy the full SHA
    471a9eb View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. add comment explaining global type additions

    Alex committed Jul 23, 2021
    Copy the full SHA
    3705db5 View commit details
    Browse the repository at this point in the history
  2. plumb chromeTransactionDurability as a Dexie option.

    extract out separate test suite for the durability stuff
    Alex committed Jul 23, 2021
    Copy the full SHA
    12e0465 View commit details
    Browse the repository at this point in the history
  3. rm unnecessary default - test still passes

    Alex committed Jul 23, 2021
    Copy the full SHA
    9a2d159 View commit details
    Browse the repository at this point in the history
  4. wrap tests with isChrome

    Alex committed Jul 23, 2021
    Copy the full SHA
    8987ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Copy the full SHA
    956066c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. simplify isChrome check

    Alex committed Aug 2, 2021
    Copy the full SHA
    8f05c06 View commit details
    Browse the repository at this point in the history
  2. fix typos

    Alex committed Aug 2, 2021
    Copy the full SHA
    c421f26 View commit details
    Browse the repository at this point in the history
  3. get another build going

    Alex committed Aug 2, 2021
    Copy the full SHA
    c0dee79 View commit details
    Browse the repository at this point in the history