Giter VIP home page Giter VIP logo

serverless-download's Introduction

serverless-download

chrome 65以后就删除了对a.download的跨域支持。

js图片另存为,在chrome上确实玩不转了,chrome现在不支持将url地址直接赋值给a标签的href属性(浏览器会直接跳转)。

唯一的办法就是将图片url转化为base64或者ObjectURL,有两种转化方法:

1、canvas

2、fetch或者xhr

但是这两种方法都有跨域限制,所以只能后端提供支持cors了。

本仓库提供了4个下载例子:

  • 同域下载
  • 跨域下载,页面直接跳转
  • 跨域,服务端支持cors,通过canvas转换为base64进行下载
  • 跨域,服务端支持cors,通过fetch获取blob,然后转换为ObjectURL进行下载

通过fetch下载时,chrome会提示不安全的脚本,需要信任一下才能正常下载。

所以最终还是建议通过canvas转换为base64的方式来下载。

serverless-download's People

Contributors

hushicai avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.