View Single Post
  #1419  
Old 19.06.2020, 18:00
SMS SMS is offline
Mega Loader
 
Join Date: Jun 2019
Posts: 64
Default

In a script with the trigger "a download started", I'm trying to do
Code:
var url = link.getURL();
but I get TypeError: Cannot find function getURL in object DownloadLink Instance.
Where can I see what methods are available for `link`?
Edit: Looks like it's getURL (uppercase) for "packagizer hook", but getUrl for "a download started".

Last edited by SMS; 19.06.2020 at 18:03.
Reply With Quote