How does facebook detect when a link as been PASTED

前端 未结 8 1544
轮回少年
轮回少年 2020-12-16 04:45

Facebook\'s status update input (well, contenteditable div) detects links.

When typing a link it waits until the spacebar is pressed before fetching the URL.

8条回答
  •  独厮守ぢ
    2020-12-16 05:17

    Compare successive onChange events. If the difference between them is more than one character, it's a paste. Else it's typed in.

提交回复
热议问题