MCPcopy Create free account
hub / github.com/googlemaps/js-api-loader / Loader

Class Loader

src/deprecated.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * See the migration guide for more details: MIGRATION.md
12 */
13export class Loader {
14 constructor(...args: any[]) {
15 throw new Error(`[@googlemaps/js-api-loader]: ${MSG_DEPRECATED_LOADER}`);
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…