enum Protocol::Page::NavigationType

Overview

The type of a frameNavigated event.

Defined in:

protocol/page.cr

Enum Members

Navigation = 0
BackForwardCacheRestore = 1

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def back_forward_cache_restore? #

[View source]
def navigation? #

[View source]