mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
document isInspectable
Reviewed By: mhorowitz Differential Revision: D6601992 fbshipit-source-id: 4bd69f90943b14286e5618c70fc7eaca689fb02c
This commit is contained in:
committed by
Facebook Github Bot
parent
0ae4c47daa
commit
59c7967627
@@ -80,6 +80,10 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether or not the underlying executor supports debugging via the
|
||||
* Chrome remote debugging protocol.
|
||||
*/
|
||||
virtual bool isInspectable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user