mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
e89e264a16
This corresponds to Chromium 85.0.4182.0. This roll includes: - Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure https://crrev.com/c/2231445 - [FlexNG] Enable FlexNG by default https://crrev.com/c/2216595 Closes #6151.
22 lines
1015 B
Markdown
22 lines
1015 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Media](./puppeteer.protocol.media.md) > [PlayerError](./puppeteer.protocol.media.playererror.md)
|
|
|
|
## Protocol.Media.PlayerError interface
|
|
|
|
Corresponds to kMediaError
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface PlayerError
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [errorCode](./puppeteer.protocol.media.playererror.errorcode.md) | string | When this switches to using media::Status instead of PipelineStatus we can remove "errorCode" and replace it with the fields from a Status instance. This also seems like a duplicate of the error level enum - there is a todo bug to have that level removed and use this instead. (crbug.com/1068454) |
|
|
| [type](./puppeteer.protocol.media.playererror.type.md) | ('pipeline\_error' \| 'media\_error') | (PlayerErrorType enum) |
|
|
|