1
0
mirror of synced 2026-08-04 22:46:55 +00:00

feat(api): implement WebSocket API (#86)

This commit is contained in:
Yury Semikhatsky
2020-12-03 17:35:07 -08:00
committed by GitHub
parent 2596f499fe
commit 2722229b0a
9 changed files with 475 additions and 31 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
set -e
set +x
FILE_PREFIX=playwright-cli-0.170.0-next.1605573954344
FILE_PREFIX=playwright-cli-0.170.0-next.1607022026758
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"