Frame.parseIE constructor

Frame.parseIE(String frame)

Parses a string representation of an IE stack frame.

IE10+ frames look just like V8 frames. Prior to IE10, stack traces can't be retrieved.

Implementation

factory Frame.parseIE(String frame) => new Frame.parseV8(frame);