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 methods to mapboxgl namespace to allow preloading of workers. #9391

Merged
merged 8 commits into from
Apr 3, 2020

Commits on Feb 27, 2020

  1. Basic preload workers

    Arindam Bose committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    7a83942 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Switch to hardcoded preloaded workerpool id so its easier to identify…

    … when workers have been preloaded
    Arindam Bose committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    5d59a07 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Add removePreloadedWorkerPool to mapboxgl namespace

    Arindam Bose committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    1933185 View commit details
    Browse the repository at this point in the history
  2. Fix flow and lint errors

    Arindam Bose committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    9329a9e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into preload-…

    …workers
    
    # Conflicts:
    #	src/util/worker_pool.js
    Arindam Bose committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    7eac414 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Add documentation and address CR comments.

    Arindam Bose committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    0b86808 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Reword docs language to be clearer.

    Co-Authored-By: Konstantin Käfer <mail@kkaefer.com>
    Arindam Bose and kkaefer authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    3ae9d00 View commit details
    Browse the repository at this point in the history
  2. More cleaning of language in documentation.

    Co-Authored-By: Konstantin Käfer <mail@kkaefer.com>
    Arindam Bose and kkaefer authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    a54dfc4 View commit details
    Browse the repository at this point in the history