isForMainFrame property

bool? isForMainFrame
getter/setter pair

Whether the request was made in order to fetch the main frame's document.

NOTE: available on Android 21+. For Android < 21 it will be always true.

Implementation

bool? isForMainFrame;