load-resource

1.1.10 • Public • Published

HubSpot Client API

This package exposes a function named "load" which takes a URL or an array of URLs and returns a Promise will resolve after all resources finishes loading.

npm i
npm run prepublish

Installation

npm i -S load-resource

API

require('load-resource') returns a function with the following signature: function(url[, opts = {}) => Promise

url

Any url that you would like to load. May be absolute or relative.

[, opts]

A map of attributes to set on the script or link node before appending it to the DOM. By default this is empty.

Usage

import loadResource from 'load-resource';
 
// Load a single library
loadResource.load('url').then(res => {console.log('url has finished loading')});
 
// Load multiple libraries
loadResource.load([
    'url1', 
    'url2',
]).then(res => {console.log('all urls have finished loading')});

License

See LICENSE.txt

Readme

Keywords

none

Package Sidebar

Install

npm i load-resource

Weekly Downloads

152

Version

1.1.10

License

ISC

Unpacked Size

30.8 kB

Total Files

15

Last publish

Collaborators

  • cfritz
  • ahiremath
  • conormalone
  • nmansurov
  • bcarolan
  • cwunder_hubspot
  • dgroechel_hs
  • sasharma
  • gsugrue_npm
  • annagallo-hs
  • rraj_hubspot
  • mbegyn
  • hzahra
  • mlamacchia
  • ralo_alo
  • yjgcharriz
  • damartinez
  • mvalenciahubspot
  • leocifnpm
  • cumana
  • mahad2
  • siva_h
  • kelvinmr
  • iogrizovic
  • pstafford
  • conor_heffernan
  • sduque
  • sdiaz88
  • andresllinasr
  • ronaldtorresn
  • hayala
  • snigam
  • adiazcometa
  • bjacobel
  • henryqdineen
  • troche_hub
  • stevehealy
  • cprince
  • ruthfarrell
  • kimccarthy
  • bpuseyhs
  • vickytran
  • ccameron
  • sgoldenson
  • markelly-hs
  • leahshearer
  • mndhlovu
  • denishubspot
  • mhewitt
  • epayret
  • dmooney
  • kebrahim
  • lopchannorie
  • pwilver
  • tswyter
  • dding
  • nckelly
  • tstelmach
  • hs_cfrisoli
  • priedle
  • amichelini
  • lbergin
  • nhodgkiss447
  • dharmeshs
  • lhampson
  • cutlah
  • gwilliamshubspot
  • kelin599
  • dalcantara_hs
  • aulfich-hs
  • samson.yuwono
  • appstructio
  • dshamis
  • eshaw
  • smcelhinney_hubs
  • mdstaff
  • tcollinshubspot