You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(templates){try{// URL() constructor will throw if a string is not URL, per https://www.rfc-editor.org/rfc/rfc3986newURL(templates);params.push(`-turl=${templates}`);}catch(){params.push(`-t=${templates}`);}}
If you are OK with this, I can submit a PR.
The text was updated successfully, but these errors were encountered:
Supporting template URLs should relatively simple to introduce.
Example:
In
index.js
, something like this perhaps:If you are OK with this, I can submit a PR.
The text was updated successfully, but these errors were encountered: