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

fix: enable cross-origin isolation #307

Closed
wants to merge 2 commits into from

Conversation

nolanlawson
Copy link
Contributor

Details

As described in this post, enabling cross-origin isolation should give us more fine-grained and consistent timings from performance.now(), performance.mark(), etc.

I didn't see a good place to add tests, but let me know if there is one, and I'd be happy to add it. The main outcome is that we want window.crossOriginIsolated to be true in the browser.

Does this PR introduce a breaking change?

  • Yes
  • No

@sf-v sf-v self-requested a review April 26, 2022 19:58
@dbajric dbajric requested a review from sf-v April 26, 2022 20:29
@sf-v sf-v closed this in 81baf5d Apr 26, 2022
@sf-v
Copy link
Collaborator

sf-v commented Apr 26, 2022

Thank you, @nolanlawson!

Note: Updated the tests and merged this in 81baf5d.

@sf-v sf-v deleted the nolan/cross-origin-isolation branch April 26, 2022 21:22
sf-v pushed a commit that referenced this pull request May 4, 2022
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