| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To use bit Bup, please follow these steps:
dotnet add package Bit.Bup<script src="_framework/blazor.webassembly.js" autostart="false"></script><script src="_content/Bit.Bup/bit-bup.js" log="verbose" handler="bitBupHandler"></script>You can remove any of these attributes, and use the default values mentioned above.
function bitBupHandler(type, data) {
switch (type)
{
case 'start':
return console.log('downloading started.');
case 'progress':
return console.log('resource downloaded:', data);
case 'end':
return console.log('downloading ended.');
}
}| Back | FazBrowse Home | New Git URL |