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
var suggestedFilename = reFilename.exec(splitURI[1]) || reFilename.exec(splitURI[2]) || reFilename.exec(splitURI[3]); this line is giving me an error while loading pdf in web browser using pdf.js viewer
The text was updated successfully, but these errors were encountered:
var suggestedFilename = reFilename.exec(splitURI[1]) || reFilename.exec(splitURI[2]) || reFilename.exec(splitURI[3]); this line is giving me an error while loading pdf in web browser using pdf.js viewer
The text was updated successfully, but these errors were encountered: