Frame.parseIE constructor
- 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) => Frame.parseV8(frame);