ALLOW_TOP_NAVIGATION_BY_USER_ACTIVATION constant

Sandbox const ALLOW_TOP_NAVIGATION_BY_USER_ACTIVATION

Lets the resource navigate the top-level browsing context, but only if initiated by a user gesture.

Implementation

static const ALLOW_TOP_NAVIGATION_BY_USER_ACTIVATION = Sandbox._internal(
  'allow-top-navigation-by-user-activation',
  'allow-top-navigation-by-user-activation',
);