HyperionGray/python-chrome-devtools-protocol

Handle deprecations

Closed this issue · 1 comments

Some areas (domains, fields, etc.) are marked as deprecated. How should we handle these in our generated code? Here are two possibilities?

  • Generate documentation showing that something is deprecated.
  • Display deprecation warnings using python's warning system

This issue can be closed now, since this was merged: 8081739