3.0.1 • Published 8 years ago

electron-cdp v3.0.1

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
8 years ago

electron-cdp

CircleCI semantic-release

Yarn scripts

ScriptDescription
downloaddownload the protocol definitions in json format and save it to the /downloads directory
buildruns the generate and build:generated command
generateGenerate the typescript source to generated-ts/
build:generatedCompile the generated source from generated-ts/ to build/
testRun tests

TODO

add major/minor version to CDP class

check why module descriptions are not shown

smart-cdp which turn

  • one parameter commands objects in to command which requires only this value
  • same for events (returns only the value instead of an object with one property) downside: more miggration / not strict API conform nice: more elegant to use in the code
  • singleton/static instance of CDP (only set the debugger once)
  • make types accessable by typing "CDP.Schema.setSomething.Params"
  • type of deep nested object is not accessable for example EventProps
3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago