How does facebook detect when a link as been PASTED

前端 未结 8 1543
轮回少年
轮回少年 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:34

    Check the field at half-second increments. If you detect a large change in the amount of text, it has probably been pasted.

提交回复
热议问题