Add possibility to inline remote files
See original GitHub issueIt would be nice to be able to do something like:
<!-- inline https://storage.googleapis.com/code.getmdl.io/1.0.6/material.min.js -->
<script inline src="https://storage.googleapis.com/code.getmdl.io/1.0.6/material.min.js"></script>
Issue Analytics
- State:
- Created 8 years ago
- Reactions:4
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Add Inline Service Files Using File Store - Harness.io Docs
Upload existing configuration files from your machine to a folder in File Store. Select configuration files or folders for deployments.
Read more >Setting up a remote file service connection - LibreOffice Help
Select File - Open Remote. Select File - Save Remote. Then press Add Service button in the dialog to open the File Services...
Read more >PostCSS plugin to inline @import rules content - GitHub
This plugin can consume local files, node modules or web_modules. To resolve path of an @import rule, it can look into root directory...
Read more >Set up your Mac for remote file access - YouTube
Setting up your Mac for remote file access can be handy when you need to retrieve an errant file while on the road....
Read more >Getting and putting files to and from your server
Put files on a remote server using the Document window · Make sure the document is active in the Document window. · Do...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve begun rewriting the codebase to use
async/await
and promises. In practice, this means thesync
api will disappear, and there should be no technical hurdle to implementing this. I therefore plan to include a basic version of this feature in the samev6
release.Agree that this is a good feature.
@popeindustries if you don’t want to implement the fetching, perhaps you can add a
onRemoteResource
callback in which the user implements the fetching manually and returns a file as binary.