Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: realm/realm-js Loading
base: main
Choose a base ref
...
head repository: tgerk/realm-js Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 9, 2022

  1. send App, User, and Client context headers (realm-web)

    Extra HTTP headers will be sent if Realm.App or Realm.User objects
    have a headers property or a dynamic getter function defined
    on them, or if headers are given as an option to Realm.User.mongoClient.
    Priority cascades from App to User to mongoClient (later replaces
    earlier in this list).
    tgerk committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    53d0484 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. improved API design (reviewer comments)

    apply read-only context to App or Fetcher via constructor options
    set and remove User context via public methods, access by public getter
    tgerk committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    64f5621 View commit details
    Browse the repository at this point in the history
Loading