-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Edge support #269
Add Edge support #269
Conversation
Can filter lower when Edge browser lowerThan: 'js:Promise', or lowerThan: 'Edge',
When will this be merged? |
We will need this PR to be merged for some project targeting only evergreen browser. Thanks ;) /cc @Neonox31 |
Hi there, |
For information, I use it with ie8, seems tout work well 😉
On lun. 25 sept. 2017 à 11:18 Kum0ri ***@***.***> wrote:
Hi there,
We need to analize this asap.
Need to test across all browsers because the plugin need to work in ie6 +
and all this changes need to be tested in all old browsers.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#269 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4S6r_V2TMhK3_dwMke7KN_7ziNtSqdks5sl2_hgaJpZM4Ns4tc>
.
--
Davin Kevin
|
Ok, thanks for the input! :)
… On 25 Sep 2017, at 11:14, Davin Kevin ***@***.***> wrote:
For information, I use it with ie8, seems tout work well 😉
On lun. 25 sept. 2017 à 11:18 Kum0ri ***@***.***> wrote:
> Hi there,
> We need to analize this asap.
> Need to test across all browsers because the plugin need to work in ie6 +
> and all this changes need to be tested in all old browsers.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#269 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AB4S6r_V2TMhK3_dwMke7KN_7ziNtSqdks5sl2_hgaJpZM4Ns4tc>
> .
>
--
Davin Kevin
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#269 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AOSCRDRkhStcoA38C_H6odsHioazJWv9ks5sl3zogaJpZM4Ns4tc>.
|
@alexprg @brunoamorim what the hell are you guys waiting for with merging with this project? |
@danvaz ? |
Hi there @karolyi , As said before, we need to check the changes and we didn't found the time to do it. Tkx, |
@Kum0ri if that helps, I started using this PR's |
I think that all want see test in ie6 ))) May be you can get screen? I use my version of outdated-browser for all my projects. I don' known why is PR is so long wait approved PS |
hmm, maybe I can pull an older IE. I have an XP virtualmachine. |
so I fired up my old XP machine, and IE8 is installed within. however I couldn't test the code since those browsers use such an outdated SSL implementation which my server will not accept. I guess that's the end of my testing. guys, merge this PR already. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added js test for Edge support
Hey guys, thks, |
When testing this, the notice shows in all browsers I try it in. IE, Edge, Chrome, FF on both Win and Mac. Do you know any solution for it? |
Any news on this? :) |
@esonesson you must have done something wrong. I use this version of the JS file and it works. |
@esonesson, I experimented the same issue and finally figured out why. I installed through bower so I get the master branch where this PR has not been merged yet, so take care to get the develop branch if you use bower and then use the non minified js file (the patch has not been applied to the minified file). Then it should work correctly. |
I have the same issue as @esonesson and @Bodhiz . In my case I downloaded the last version from Github and as @Bodhiz said only the non minified js file works correctly. |
Hi there, tested in Edge / IE 11, Chrome, FF and it works :) Thanks @romanlex |
Great to see this merged, but why hasn't the minified version been merged along with the non-minified? I was using the minified version, and wondering what I had done wrong when in actual fact the minified version simply doesn't include the changes made to include |
After 8 months it would be great to have synchronized version between the minified and non minified version :) |
Can we re-open this issue? Edge support is not included in the minified file. |
Can filter lower when Edge browser
lowerThan: 'js:Promise',
or
lowerThan: 'Edge',