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

Tag syntax code blocks with js-nolint, part 9 #20622

Merged
merged 8 commits into from
Sep 13, 2022
Prev Previous commit
Next Next commit
Update files/en-us/web/api/presentationrequest/start/index.md
teoli2003 authored Sep 13, 2022
commit dcdf1c71b0a2cb5b060a13eaf8e0e4ea308faa22
4 changes: 1 addition & 3 deletions files/en-us/web/api/presentationrequest/start/index.md
Original file line number Diff line number Diff line change
@@ -19,9 +19,7 @@ The **`start()`** property of the {{domxref("PresentationRequest")}} interface r
## Syntax

```js-nolint
const promise = presentationRequest.start()
promise.then((PresentationConnection) => { /* ... */ })
.catch((error) => { /* ... */ })
start()
```

### Parameters