Jonas Jenwald
43ce1bb491
[api-major] Remove the PDFDocumentProxy.prototype.destroy method
...
This is a left-over from very old code, which pre-dates the introduction of the `PDFDocumentLoadingTask` and it's nothing more than an alias for its `destroy` method.
Given that `PDFDocumentProxy` already provides a way to access the underlying `PDFDocumentLoadingTask` instance, it shouldn't be necessary to have an alias for one of its methods.
*Please note:* For any existing code relying on the removed method, updating it should be as simple as replacing `pdfDocument.destroy()` with `pdfDocument.loadingTask.destroy()`.
---
[1] If the `PDFDocumentProxy` class was added today, there's no chance that it'd include a `destroy` method.
2026-05-09 13:20:39 +02:00
..
2026-04-22 18:30:43 +02:00
2025-04-06 21:43:16 +02:00
2026-05-09 13:20:39 +02:00
2026-01-30 13:26:19 +01:00
2026-01-25 17:20:14 +01:00
2026-03-30 14:34:53 +02:00
2026-03-19 17:18:25 +01:00
2026-04-07 14:27:55 +02:00
2026-04-29 11:02:51 +02:00
2026-04-21 11:48:18 +02:00
2026-03-22 15:49:06 +01:00
2026-04-04 14:57:59 +02:00
2026-02-01 18:21:13 +01:00
2026-04-22 23:24:26 +02:00
2026-03-19 17:18:25 +01:00
2025-07-04 00:53:51 +02:00
2026-04-03 22:14:14 +02:00
2026-04-23 21:37:37 +02:00
2024-10-04 20:00:19 +02:00
2025-02-10 19:09:51 +01:00
2020-04-14 12:28:14 +02:00
2026-03-19 17:18:25 +01:00
2026-03-19 17:18:25 +01:00
2026-02-01 18:21:13 +01:00
2025-10-29 17:15:31 +08:00
2026-02-20 22:43:42 +01:00
2026-04-29 15:36:22 +02:00
2026-03-19 17:18:25 +01:00
2025-04-06 21:43:16 +02:00
2022-05-04 15:21:30 +02:00
2026-03-15 22:03:39 +01:00
2026-03-19 17:18:25 +01:00
2026-03-19 17:18:25 +01:00
2026-02-01 18:21:13 +01:00
2026-04-13 22:23:03 +02:00
2026-04-21 11:48:18 +02:00
2026-03-19 17:18:25 +01:00
2026-04-13 22:23:03 +02:00
2026-05-01 19:31:13 +02:00
2020-09-06 12:23:59 +02:00
2020-04-14 12:28:14 +02:00
2026-04-20 20:53:24 +02:00
2026-04-23 21:37:37 +02:00
2022-09-08 12:38:17 +02:00
2026-02-01 17:56:06 +01:00
2026-04-22 23:24:26 +02:00
2025-04-13 16:48:19 +02:00
2026-04-05 13:52:09 +02:00
2026-03-19 17:18:25 +01:00
2026-04-30 12:35:59 +02:00
2022-04-29 14:46:30 +02:00
2026-04-30 12:35:59 +02:00
2026-03-19 17:18:25 +01:00
2026-04-23 21:52:08 +02:00
2025-12-09 13:12:20 +01:00
2025-09-04 17:17:34 +02:00
2026-04-18 12:32:22 +02:00
2025-04-06 12:12:37 +02:00
2023-04-17 14:31:23 +02:00
2026-03-24 17:08:04 +01:00
2026-04-14 20:36:34 +02:00
2026-04-07 10:52:06 +02:00
2022-09-21 17:20:23 +02:00
2024-02-11 11:45:09 +01:00
2023-06-04 13:44:15 +02:00
2024-12-18 17:00:45 +01:00
2023-03-23 12:57:10 +01:00