How does facebook detect when a link as been PASTED

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

    Modern day browsers support onpaste:

    
    
    
    onpaste event example
    
    
    
    

    Play with this editor!

    Log

提交回复
热议问题