Skip to content

OnContextCreated and OnContextReleased callbacks can't be set using Browser.SetClientCallback #484

@cztomczak

Description

@cztomczak

The allowedClientCallbacks list in browser.pyx is missing these entries and thus Browser.SetClientCallback fails to set these callbacks. To get around the issue use such code to set them:

browser.clientCallbacks["OnContextCreated"] = myhandler.OnContextCreated

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions