Skip to content

Object.defineProperty not supported in Opera (and IE9 when it goes into "quirks mode") #677

Closed
@efortuna

Description

@efortuna

Opera does not support Object.defineProperty, which we use in basically every compilation of Dart->JS code generated through Frog.

IE 9 also has this problem, unless you turn quirks mode off (which it seems to like to default to with our JavaScript).

They throw an error to the effect of "object does not support "Object.defineProperty" function.

Some initial web searches suggest defining defineGetter and defineSetter are a workaround to defineProperty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestclosed-not-plannedClosed as we don't intend to take action on the reported issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions