js-api-loader
js-api-loader copied to clipboard
Load the Google Maps JavaScript API script dynamically.
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.21.0 to 5.40.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.40.0 5.40.0 (2022-10-10) Bug Fixes eslint-plugin: [consistent-indexed-object-style] handle interface generic (#5746) (7a8a0a3) eslint-plugin: [no-unnecessary-condition] handle void (#5766) (ac8f06b)...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.21.0 to 5.40.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.40.0 5.40.0 (2022-10-10) Bug Fixes eslint-plugin: [consistent-indexed-object-style] handle interface generic (#5746) (7a8a0a3) eslint-plugin: [no-unnecessary-condition] handle void (#5766) (ac8f06b)...
Bumps [eslint](https://github.com/eslint/eslint) from 8.14.0 to 8.25.0. Release notes Sourced from eslint's releases. v8.25.0 Features 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) 6964cb1 feat: remove support for ignore...
On vue3 I have this error message in the console and I don't know how to solve it. The map works but the error persists. `mounted() { googleApiloader .load() .then(()...
Attempts to import Loader fail when attempting to use it in a Nuxt3 app in production. [This doesn't appear to be a Nuxt3 or Vite issue.](https://lightrun.com/answers/antfu-vite-ssg-error-in-build-named-export-the-requested-module-is-a-commonjs-module) `import { Loader }...
There's a new Google Maps Solution: On-demand Rides and Deliveries. And, there's a requirement for adding a header on the Google Maps Request to register the specific request, not as...
Why did I specify a version? The Google. maps. version printed on the console is not the version I specified ``` const loader = new Loader({ apiKey: window.atob(data?.code), version: '3.50',...
Synced local file(s) with [googlemaps/.github](https://github.com/googlemaps/.github). Changed files Synced local directory .github/ with remote directory sync-files/js/.github/Synced local directory .github/ with remote directory sync-files/js/.github/Synced local .github/workflows/dependabot.yml with remote .github/workflows/dependabot.yml --- This PR...
#### Steps to reproduce 1. Install js-api-loader 1.16.6, use steps from README to load google map script asynchronously - you get the IDE hint that load() is marked as deprecated,...