mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-03 00:46:51 +02:00
8 lines
131 B
Go
8 lines
131 B
Go
![]() |
package eval
|
||
|
|
||
|
import "github.com/mafredri/cdp/protocol/runtime"
|
||
|
|
||
|
type RemoteValue interface {
|
||
|
RemoteID() runtime.RemoteObjectID
|
||
|
}
|