Martin Brennan
0832cad803
DEV: Add clipboardCopyAsync API to utilities ( #16232 )
...
In certain cases (like chat quoting) we need to be able
to call the API with an async AJAX call before copying
the results to the clipboard. The only way to reliably
do this is by handing off the AJAX promise to a ClipboardItem.
This commit introduces a new clipboardCopyAsync function
to handle this, which will stand alongside the existing
clipboardCopy function which can be used when no AJAX
request is necessary.
2022-03-21 13:34:01 +10:00
..
2022-03-16 08:47:48 -05:00
2020-09-04 13:42:47 +02:00
2022-03-21 13:34:01 +10:00
2022-03-09 17:54:07 +01:00
2022-02-14 11:21:39 +00:00
2022-02-14 11:21:39 +00:00
2020-09-22 16:28:28 +02:00
2022-01-09 23:10:32 +01:00
2022-03-05 18:58:49 +01:00
2022-03-09 14:51:30 +10:00
2022-02-14 11:21:39 +00:00
2022-03-09 17:54:07 +01:00
2021-08-04 22:04:58 +02:00
2020-09-04 13:42:47 +02:00
2020-12-03 10:25:42 -06:00
2022-03-09 17:54:07 +01:00
2021-11-17 20:56:06 +01:00
2020-09-04 13:42:47 +02:00
2021-09-22 11:39:41 -03:00
2021-03-18 19:09:01 +02:00
2022-03-16 17:12:15 +01:00
2021-11-23 08:45:42 +10:00
2021-01-27 12:39:20 +01:00
2022-01-13 16:02:07 -05:00
2021-03-26 11:19:31 -04:00
2020-11-06 14:15:36 -06:00
2020-11-06 14:15:36 -06:00
2021-01-22 10:41:01 -05:00
2021-12-21 15:02:10 +10:00
2020-09-18 13:31:55 -04:00
2020-09-04 13:42:47 +02:00
2021-05-12 17:52:36 +02:00
2021-12-17 02:47:13 +01:00
2020-10-28 13:22:06 +11:00
2020-09-04 13:42:47 +02:00
2022-01-18 19:41:25 +00:00
2020-09-04 13:42:47 +02:00
2021-11-13 13:10:13 +01:00
2022-03-16 17:12:15 +01:00
2022-03-06 18:15:25 +01:00
2022-01-13 16:02:07 -05:00
2022-01-13 16:02:07 -05:00
2020-09-04 13:42:47 +02:00
2021-04-12 11:40:00 +02:00
2021-12-13 15:23:44 +10:00
2020-09-04 13:42:47 +02:00
2022-01-28 11:21:59 +11:00
2022-03-19 14:43:18 +01:00