タグ

htmlとajaxに関するyuisekiのブックマーク (1)

  • List of ways HTML can download a resource

    Recently two different projects required compiling a list of ways to trigger a download through HTML: Resource Timing and Preload Scanner optimization. There's no centralized list in the WebKit source nor did a web search turn one up. So in hopes it may be useful to others, here's what I was able to come up with. Please let me know what I forgot (note that ways to download through CSS, JS, SVG and

    yuiseki
    yuiseki 2012/05/17
    動的に生成することでクロスドメインなリクエストを飛ばせる要素 <applet archive><audio src><body background><embed src><frame src><html manifest><iframe src><img src><input type=image src><link href><object data><script src><source src> <track src><video poster><video src>
  • 1