window.webkitStorageInfo is deprecated and can be easily replaced #546

Closed
opened 2026-02-28 01:50:09 -05:00 by deekerman · 1 comment
Owner

Originally created by @Goro2030 on GitHub (Nov 10, 2021).

⚠️ Please verify that this bug has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

Description

An audit on my uptime website, thrown this:

Deprecation / Warning | Source

'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | …scripts/invisible.js:1:5162


2nd warning is :

URL | Map URL

/assets/vendor.66254805.js(uptime.achicrip.org) |  
Large JavaScript file is missing a source map


👟 Reproduction steps

Run a web Page quality report, using https://web.dev/measure/ on your uptime-kuma site.

👀 Expected behavior

All API's should be bumped up to the latest version

😓 Actual Behavior

Recommendation is thrown

🐻 Uptime-Kuma Version

louislam/uptime-kuma latest 957e1ceb8ac4 4 weeks ago 323MB

💻 Operating System and Arch

ubuntu Impish

🌐 Browser

Edge latest

🐋 Docker Version

Docker latest

🟩 NodeJS Version

No response

📝 Relevant log output

No response

Originally created by @Goro2030 on GitHub (Nov 10, 2021). ### ⚠️ Please verify that this bug has NOT been raised before. - [X] I checked and didn't find similar issue ### 🛡️ Security Policy - [X] I agree to have read this project [Security Policy](https://github.com/louislam/uptime-kuma/security/policy) ### Description An audit on my uptime website, thrown this: ``` Deprecation / Warning | Source 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | …scripts/invisible.js:1:5162 ``` 2nd warning is : ``` URL | Map URL /assets/vendor.66254805.js(uptime.achicrip.org) |   Large JavaScript file is missing a source map ``` ### 👟 Reproduction steps Run a web Page quality report, using https://web.dev/measure/ on your uptime-kuma site. ### 👀 Expected behavior All API's should be bumped up to the latest version ### 😓 Actual Behavior Recommendation is thrown ### 🐻 Uptime-Kuma Version louislam/uptime-kuma latest 957e1ceb8ac4 4 weeks ago 323MB ### 💻 Operating System and Arch ubuntu Impish ### 🌐 Browser Edge latest ### 🐋 Docker Version Docker latest ### 🟩 NodeJS Version _No response_ ### 📝 Relevant log output _No response_
deekerman 2026-02-28 01:50:09 -05:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@louislam commented on GitHub (Nov 10, 2021):

Doesn't seem to be a bug.

And this project do not use window.webkitStorageInfo, I believe that it is used by one of the libraries. If you find which library did this, just report to them.

@louislam commented on GitHub (Nov 10, 2021): Doesn't seem to be a bug. And this project do not use window.webkitStorageInfo, I believe that it is used by one of the libraries. If you find which library did this, just report to them.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#546
No description provided.