blob: e3db75152e135a87a483eff2fe80ad884a8b4eb6 [file] [log] [blame]
// +build go1.9
package protocol
import "github.com/mafredri/cdp/protocol/page"
// PageResourceType is provided for backwards compatibility with Go 1.8.
//
// Deprecated: Use page.ResourceType instead.
type PageResourceType = page.ResourceType
// PageFrameID is provided for backwards compatibility with Go 1.8.
//
// Deprecated: Use page.FrameID instead.
type PageFrameID = page.FrameID