-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Rewrite the RemoteDebugger class into typescript (#400)
BREAKING CHANGE: The following class properties have been renamed (got a leading underscore) and made protected: skippedApps clientEventListeners appDict appIdKey pageIdKey connectedDrivers currentState pageLoadDelay rpcClient pageLoading navigatingToPage pageLoadStrategy bundleId additionalBundleIds platformVersion isSafari includeSafari useNewSafari pageLoadMs garbageCollectOnExecute host port socketPath remoteDebugProxy pageReadyTimeout logAllCommunication logAllCommunicationHexDump socketChunkSize webInspectorMaxFrameLength fullPageInitialization udid BREAKING CHANGE: The following class methods have been made private: searchForApp searchForPage BREAKING CHANGE: Remove the unused RPC_RESPONSE_TIMEOUT_MS export
- Loading branch information
1 parent
0f240fa
commit ef277b3
Showing
18 changed files
with
602 additions
and
544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.