BrowserWorks / Waterfox-Classic

The Waterfox Classic repository, for legacy systems and customisation.
https://classic.waterfox.net
Mozilla Public License 2.0
176 stars 33 forks source link

Add polyfill for the asynchronous clipboard API #49

Open xl32 opened 2 years ago

xl32 commented 2 years ago

Describe the bug I cannot copy coupon code from https://aliexpress.ru/item/1005003676443052.html "TypeError: navigator.clipboard is undefined" is displayed on the console.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://aliexpress.ru/item/1005003676443052.html and log in.
  2. Click on "Copy MUU003 to get discount"
  3. See error "TypeError: navigator.clipboard is undefined" in the console.

Expected behavior MUU003 should be copied. No error observed.

Desktop (please complete the following information):

Additional context There is no such polyfill in Polly, please add.