Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

"NS_BINDING_ERROR" while fetching content from localStorage

more options

Hi all ,

i have one website which downloads the content (image/video/html) and save in localStorage also i have service worker who fetches those files.

while downloading the files from one url lets assume ( download.files.com) firefox downloads correctly , but when my service worker tries to fetch the html file from its own url ( url/content/files/downloadedHtml.html) its gives  404 not found , but when i open same url ( url/content/files/downloadedHtml.html) in second tab its giving 200OK. 

also in network tab it gives me "NS_BINDING_ERROR" .

Hi all , i have one website which downloads the content (image/video/html) and save in localStorage also i have service worker who fetches those files. while downloading the files from one url lets assume ( download.files.com) firefox downloads correctly , but when my service worker tries to fetch the html file from its own url ( url/content/files/downloadedHtml.html) its gives 404 not found , but when i open same url ( url/content/files/downloadedHtml.html) in second tab its giving 200OK. also in network tab it gives me "NS_BINDING_ERROR" .

Alle Antworten (1)

more options

sohalsatnam792 said

Hi all , i have one website which downloads the content (image/video/html) and save in localStorage also i have service worker who fetches those files.while downloading the files from one url lets assume ( download.files.com) firefox downloads correctly , but when my service worker tries to fetch the html file from its own url ( url/content/files/downloadedHtml.html) its gives 404 not found , but when i open same url ( url/content/files/downloadedHtml.html) in second tab its giving 200OK. also in network tab it gives me "NS_BINDING_ERROR" .