Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] StageWebView::drawViewPortAsync() call error without viewPort not documented #3590

Open
itlancer opened this issue Dec 3, 2024 · 0 comments
Labels

Comments

@itlancer
Copy link

itlancer commented Dec 3, 2024

Problem Description

StageWebView::drawViewPortAsync() call error without viewPort not documented.
It could be throwed by

stageWebView.drawViewPortAsync(bimapData);

if StageWebView::viewPort not set up.
In this case you will get exception:

ArgumentError: Error #2004: One of the parameters is invalid.
        at flash.media::StageWebView/drawViewPortAsync()

but it's not documented properly as a reason.

Steps to Reproduce

https://airsdk.dev/reference/actionscript/3.0/flash/media/StageWebView.html#drawViewPortAsync()

Actual Result:
null viewPort reason not documented.

Expected Result:
null viewPort reason documented.

@itlancer itlancer added the Bug label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant