renderBlockingStatus property

RenderBlockingStatusType get renderBlockingStatus

The renderBlockingStatus read-only property returns the render-blocking status of the resource.

It is useful to determine resources that:

  • weren't render-blocking and therefore could be delayed, or
  • were render-blocking and therefore could be preloaded.

Implementation

external RenderBlockingStatusType get renderBlockingStatus;