Closed
Description
Problem
No documented item appear in documentation pages anywhere after a localStorage error.
(the page should render like that instead)
After localStorage raises a NS_ERROR_FILE_NO_DEVICE_SPACE
error, all documentation page appear entirely blank. Freeing up space doesn't solve the isssue.
The following appears in the browser console :
Uncaught
Exception
columnNumber: 0
data: null
filename: "https://docs.rs/storage-20210124-1.51.0-nightly-1d0d76f8d.js"
lineNumber: 1
message: ""
name: "NS_ERROR_FILE_NO_DEVICE_SPACE"
result: 2152857616
stack: "getCurrentValue@https://docs.rs/storage-20210124-1.51.0-nightly-1d0d76f8d.js:1:1802\ngetSettingValue@https://docs.rs/storage-20210124-1.51.0-nightly-1d0d76f8d.js:1:490\n@https://docs.rs/storage-20210124-1.51.0-nightly-1d0d76f8d.js:1:711\n"
<prototype>: ExceptionPrototype { toString: toString(), name: Getter, message: Getter, … }
storage-20210124-1.51.0-nightly-1d0d76f8d.js:1
getCurrentValue https://docs.rs/storage-20210124-1.51.0-nightly-1d0d76f8d.js:1
getSettingValue https://docs.rs/storage-20210124-1.51.0-nightly-1d0d76f8d.js:1
<anonymous> https://docs.rs/storage-20210124-1.51.0-nightly-1d0d76f8d.js:1
Steps
- Fill the disk firefox uses for localStorage
- open any documentation page on docs.rs : the documentation doesn't appear
- Free up space
- open any documentation page on docs.rs : the documentation still doesn't appear
Possible Solution(s)
Opening the docs in a private browsing window works.