Pārlūkot izejas kodu

Add note about needed secure context for this to work

Matthias Niess 2 gadi atpakaļ
vecāks
revīzija
5dfec36790
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -44,6 +44,9 @@ window.Alpine.start()
 
 ## Usage
 
+> **Note**
+> The Clipboard Web-API requires a secure context (i.e. https) to function in most browsers ([more info](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard)).
+
 To copy some data to the clipboard, invoke `$clipboard` from an event handler in your component.
 
 ```html