All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.util.browser.web_worker.js Maven / Gradle / Ivy

The newest version!
// @flow

import window from '../window';
import mapboxgl from '../../';

import type {WorkerInterface} from '../web_worker';

export default function (): WorkerInterface {
    return (new window.Worker(mapboxgl.workerUrl): any);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy