Code Monkey home page Code Monkey logo

Comments (11)

LilSebastian5000 avatar LilSebastian5000 commented on September 3, 2024 9

So this is still being worked on and we should ignore the warning? Still getting this error from aurelia-metadata (webpack 3.10, ecmascript 6)

@EisenbergEffect

from metadata.

abowen avatar abowen commented on September 3, 2024 8

I've installed version 1.0.6 and still getting this warning.

from metadata.

EisenbergEffect avatar EisenbergEffect commented on September 3, 2024 3

@smajl The patch was merged, yes.

from metadata.

michaelbull avatar michaelbull commented on September 3, 2024 2

Not sure where it's being used

from metadata.

josundt avatar josundt commented on September 3, 2024 1

@bigopon I added PR #65 with a quick fix to this warning that has been a console distraction for some time now.

from metadata.

Alexander-Taran avatar Alexander-Taran commented on September 3, 2024

Would you like to provide a pull request for this one @michaelbull ?
something like let storageInfo = navigator.webkitTemporaryStorage || window.webkitStorageInfo

from metadata.

avrahamcool avatar avrahamcool commented on September 3, 2024

when ./node_modules/webpack/buildin/global.js is loaded, the value is window.
iterating over the window properties causes this issue (because the deprecated property is still there).

image

this can be fixed like shown here.

but it's actually pointless, because when it will be actually removed - then it will not show up in the for.. in and problem solved.

from metadata.

EisenbergEffect avatar EisenbergEffect commented on September 3, 2024

Closing this since there's a workaround. Also, we'll merge a PR that prevents exceptions during enumeration, shortly.

from metadata.

smajl avatar smajl commented on September 3, 2024

@EisenbergEffect Hi, any updates on the official patch? Was that aforementioned PR even created?

from metadata.

GustavRoder avatar GustavRoder commented on September 3, 2024

Yup, the problem is still here with version 1.0.6 :)

from metadata.

bigopon avatar bigopon commented on September 3, 2024

Let me have a go at fixing this annoying warning then. Thanks for nudging

from metadata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.