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

Add more maxPerfModeKeys and realated tests #469

Merged

Conversation

manuel-jasso
Copy link
Contributor

W-16440739: Implement other MaxPerfMode tests based on W-16299351 inventory

@rwaldron
Copy link
Contributor

The coverage capture job is likely failing due to the access token being bound to this repo, not the fork.

browser: ['Blob', 'crypto', 'Crypto', 'File', 'FileReader', 'SubtleCrypto', 'URL'],
browser: [
'Blob',
// 'createImageBitmap',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why commented?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left it there precisely to talk about it, this is a dev sync topic...

The TL;DR is that I if createImageBitmap is not remapped for maxPerfMode, we have to do the same for ImageData and this spirals into more and more changes. But our tests demonstrate that developers can use this API if we keep it remapped.

'File',
'FileReader',
'FileReaderSync',
// 'ImageData',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above

test/membrane/binary-data.spec.js Outdated Show resolved Hide resolved
@manuel-jasso manuel-jasso merged commit 57fb98d into salesforce:main Aug 28, 2024
4 of 5 checks passed
@manuel-jasso manuel-jasso deleted the add-maxPerfModeKeys-and-tests branch August 28, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants