ALLOW_TOP_NAVIGATION constant

Sandbox const ALLOW_TOP_NAVIGATION

Lets the resource navigate the top-level browsing context (the one named _top).

Implementation

static const ALLOW_TOP_NAVIGATION = Sandbox._internal(
  'allow-top-navigation',
  'allow-top-navigation',
);