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 Safari versions for api.URL.toString #12149

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

queengooborg
Copy link
Collaborator

This PR adds real values for Safari (Desktop and iOS/iPadOS) for the toString member of the URL API, based upon manual testing.

Test Code Used: new URL('https://localhost:8000').toString() === 'https://localhost:8000';

This PR adds real values for Safari (Desktop and iOS/iPadOS) for the `toString` member of the `URL` API, based upon manual testing.

Test Code Used: `new URL('https://localhost:8000').toString() === 'https://localhost:8000';`
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 23, 2021
@queengooborg queengooborg mentioned this pull request Aug 23, 2021
@foolip foolip merged commit dd36ce1 into mdn:main Aug 23, 2021
@queengooborg queengooborg deleted the api/URL/toString/safari-corrections branch August 23, 2021 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants