|
151 | 151 | "abort_event": { |
152 | 152 | "__compat": { |
153 | 153 | "description": "`abort` event", |
| 154 | + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SourceBuffer/abort_event", |
154 | 155 | "spec_url": [ |
155 | 156 | "https://w3c.github.io/media-source/#dfn-abort", |
156 | 157 | "https://w3c.github.io/media-source/#dom-sourcebuffer-onabort" |
|
829 | 830 | "error_event": { |
830 | 831 | "__compat": { |
831 | 832 | "description": "`error` event", |
| 833 | + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SourceBuffer/error_event", |
832 | 834 | "spec_url": [ |
833 | 835 | "https://w3c.github.io/media-source/#dfn-error", |
834 | 836 | "https://w3c.github.io/media-source/#dom-sourcebuffer-onerror" |
|
1277 | 1279 | "update_event": { |
1278 | 1280 | "__compat": { |
1279 | 1281 | "description": "`update` event", |
| 1282 | + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SourceBuffer/update_event", |
1280 | 1283 | "spec_url": [ |
1281 | 1284 | "https://w3c.github.io/media-source/#dfn-update", |
1282 | 1285 | "https://w3c.github.io/media-source/#dom-sourcebuffer-onupdate" |
|
1385 | 1388 | "updateend_event": { |
1386 | 1389 | "__compat": { |
1387 | 1390 | "description": "`updateend` event", |
| 1391 | + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SourceBuffer/updateend_event", |
1388 | 1392 | "spec_url": [ |
1389 | 1393 | "https://w3c.github.io/media-source/#dfn-updateend", |
1390 | 1394 | "https://w3c.github.io/media-source/#dom-sourcebuffer-onupdateend" |
|
1493 | 1497 | "updatestart_event": { |
1494 | 1498 | "__compat": { |
1495 | 1499 | "description": "`updatestart` event", |
| 1500 | + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SourceBuffer/updatestart_event", |
1496 | 1501 | "spec_url": [ |
1497 | 1502 | "https://w3c.github.io/media-source/#dfn-updatestart", |
1498 | 1503 | "https://w3c.github.io/media-source/#dom-sourcebuffer-onupdatestart" |
|
0 commit comments