Skip to content
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

PDF.js and Generic Demo Viewer broken on MSEdge #6927

Closed
tonyjin opened this issue Jan 26, 2016 · 1 comment
Closed

PDF.js and Generic Demo Viewer broken on MSEdge #6927

tonyjin opened this issue Jan 26, 2016 · 1 comment

Comments

@tonyjin
Copy link

tonyjin commented Jan 26, 2016

Repro steps: Visit https://mozilla.github.io/pdf.js/web/viewer.html on MSEdge (I used the modern.ie VM found here - https://dev.windows.com/en-us/microsoft-edge/tools/vms/mac/)

Screenshot: http://screencast.com/t/CAbhhD5TGIs

Issue seems to be specific to MSEdge.

@priyajeet
Copy link

Issue in PDF.js
http://i.imgur.com/tQlxvGI.png

'origin' in URL.prototype (which is undefined in Edge)

if (typeof URL === 'function' && ('origin' in URL.prototype)) {

caused by e362c3b

@tonyjin tonyjin changed the title Demo Viewer broken on MSEdge PDF.js and Generic Demo Viewer broken on MSEdge Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants