Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
This repository was archived by the owner on Jul 30, 2018. It is now read-only.

has.ts causes loading the main bundle to crash in Internet Explorer 11 in https #387

@szwoelf

Description

@szwoelf

Bug

When using a bundled application with Internet Explorer 11 together with https the bundle is not loaded. IE raises an "access denied" error in the main bundle.

Package Version: dojo RC1 (and RC2)

Code

can be tested with:

  • create a fresh app with dojo/cli
  • add the following code after the imports:

import request from '@dojo/core/request'; console.log(request);

  • pack the application with dojo build -m dist
  • access the application via https://localhost:... in IE 11

Actual behavior:

IE 11 will not show the rotating elements - it will show an error in the console (no SVG, ... )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions