The cost of hosting the CDN has been climbing for quite some time now, and I expect with the release of the Playground, it will get worse.
So, I plan to investigate hosting the ethers library on https://cdnjs.com.
The in-page ethers can use the Subresource Integrity, but the importScripts isn't quite as flexible, so a short loader will be required, as well as changes to the ethers build process to insert a signed hash.
The cost of hosting the CDN has been climbing for quite some time now, and I expect with the release of the Playground, it will get worse.
So, I plan to investigate hosting the ethers library on https://cdnjs.com.
The in-page ethers can use the Subresource Integrity, but the
importScriptsisn't quite as flexible, so a short loader will be required, as well as changes to the ethers build process to insert a signed hash.