-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
[pt-br] Translate canParse() static method from "files/en-US/docs/Web/API/URL/canParse_static " #23720
base: main
Are you sure you want to change the base?
[pt-br] Translate canParse() static method from "files/en-US/docs/Web/API/URL/canParse_static " #23720
Conversation
…oMaranhao/translated-content into fix-design-responsivo
…oMaranhao/translated-content into fix-design-responsivo
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…oMaranhao/translated-content into fix-design-responsivo
…aranhao/translated-content into translate-can-parse
Preview URLs
Flaws (141)URL:
URL:
URL:
External URLs (10)URL:
URL:
(comment last updated: 2024-10-07 01:36:53) |
|
||
**TRADUÇÃO EM PROGRESSO** | ||
|
||
O método estático **`URL.canParse()`** da interface {{domxref("URL")}} retorna um valor booleano de **`true`** ou **`false`** para indicar se uma URL absoluta ou uma URL relativa combinada com a URL base é analisável e válida. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
O método estático **`URL.canParse()`** da interface {{domxref("URL")}} retorna um valor booleano de **`true`** ou **`false`** para indicar se uma URL absoluta ou uma URL relativa combinada com a URL base é analisável e válida. | |
O método estático **`URL.canParse()`** da interface {{domxref("URL")}} retorna um valor booleano de **`true`** ou **`false`** para indicar se uma URL absoluta ou uma URL relativa combinada com a URL base é analisável e válida. |
|
||
Esse método é uma alternativa mais fácil e mais rápida em relação a construir uma `URL` dentro de um bloco [try...catch](/pt-BR/docs/Web/JavaScript/Reference/Statements/try...catch). | ||
|
||
Ela retorna `true` para os mesmos valores que passariam com sucesso no [construtor `URL()`](/en-US/docs/Web/API/URL/URL), portanto valores que são válidos e `false` para valores reprovados e que fariam esse construtor lançar uma exceção [TypeError](/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/TypeError), portanto valores que são inválidos. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
Ela retorna `true` para os mesmos valores que passariam com sucesso no [construtor `URL()`](/en-US/docs/Web/API/URL/URL), portanto valores que são válidos e `false` para valores reprovados e que fariam esse construtor lançar uma exceção [TypeError](/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/TypeError), portanto valores que são inválidos. | |
Ela retorna `true` para os mesmos valores que passariam com sucesso no [construtor `URL()`](/pt-BR/docs/Web/API/URL/URL), portanto valores que são válidos e `false` para valores reprovados e que fariam esse construtor lançar uma exceção [TypeError](/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/TypeError), portanto valores que são inválidos. |
|
||
{{ApiRef("URL API")}} | ||
|
||
**TRADUÇÃO EM PROGRESSO** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[markdownlint] reported by reviewdog 🐶
MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: TRADUÇÃO EM PROGRESSO]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Por favor, verifique meus comentários sobre a página Responsive Design aqui:
This pull request has merge conflicts that must be resolved before it can be merged. |
Description
Translated the page https://developer.mozilla.org/pt-BR/docs/Web/API/URL/canParse_static
Motivation
starting the painstakingly work of translating files, starting with the ones present in issues. They help readers have more options to learn about useful resources (or not, if they are deprecated)
Additional details
Related issues and pull requests
"Fixes #23438 "