Giter Site home page Giter Site logo

Comments (6)

niemyjski avatar niemyjski commented on May 28, 2024

@ejsmith Everything is now working great in IE9.. Do you think we should rename the ExceptionlessClient.default property to ExceptionlessClient.Default as default is a js keyword and breaks IE8 (There are other things that also break ie8 like property getters/setters and Object.defineproperty). All other browsers don't seem to have a problem with this..

from exceptionless.javascript.

ejsmith avatar ejsmith commented on May 28, 2024

Yeah, I guess that would be the best way to have it still match the .NET client.

from exceptionless.javascript.

niemyjski avatar niemyjski commented on May 28, 2024

@ejsmith But the config property and namespace don't match.. But a step closer to ie8.

from exceptionless.javascript.

Pfinl avatar Pfinl commented on May 28, 2024

Is the "default as a keyword" issue actually going to be resolved soon for IE8? I cannot use this API until it is, as we need to support IE8 and this issue completely breaks my application. Thanks.

from exceptionless.javascript.

niemyjski avatar niemyjski commented on May 28, 2024

@Pfinl, starting January 12th Microsoft is officially only supporting IE 11 https://support.microsoft.com/en-us/lifecycle?p1=13418

We've thought about doing an ie8 build but due to Microsoft discontinuing support for legacy browsers and the market share of ie8 being almost non existant we decide to focus our resources in other areas..

With this said if you want to do a pull request for an ie8 version.. We'd be more than happy to work with you and and help support it going forward. I think the best thing todo would be to do a string replace on the default keyword and do something special for object defines where we use properties.. I'd like to have a exceptionless.legacy.js file that only contains these changes. Thoughts??

from exceptionless.javascript.

Pfinl avatar Pfinl commented on May 28, 2024

I hear ya with focusing on supported browsers! Unfortunately, we still
have to support IE8 for the big enterprises that refuse to upgrade.

I got around IE8 completely breaking things by changing my syntax to
["default"] instead of .default. Of course, it still doesn't actually work
in IE8 because of the Object.defineProperty limitation as you mentioned.
I'm under a pretty tight deadline to get this project I'm working on done,
but if I find time to come up with a good solution for IE8 - I'll
definitely let you know and I'd be happy to work with you to get that
incorporated into a legacy file.

And by the way - in all other browsers, it's been working great!

Thanks!

On Fri, Aug 28, 2015 at 3:01 PM, Blake Niemyjski [email protected]
wrote:

@Pfinl https://github.com/pfinl, starting January 12th Microsoft is
officially only supporting IE 11
https://support.microsoft.com/en-us/lifecycle?p1=13418

We've thought about doing an ie8 build but due to Microsoft discontinuing
support for legacy browsers and the market share of ie8 being almost non
existant we decide to focus our resources in other areas..

With this said if you want to do a pull request for an ie8 version.. We'd
be more than happy to work with you and and help support it going forward.
I think the best thing todo would be to do a string replace on the default
keyword and do something special for object defines where we use
properties.. I'd like to have a exceptionless.legacy.js file that only
contains these changes. Thoughts??


Reply to this email directly or view it on GitHub
#15 (comment)
.

from exceptionless.javascript.

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.