Coder Social home page Coder Social logo

Comments (7)

r4sas avatar r4sas commented on May 26, 2024 1

A little hint where to dig:

this.blob = new Blob([this.content]);

Blob() constructor can handle MIME type in second parameter, like Blob([ buf ], { type: mediaType }).

from rpg-maker-mv-decrypter.

Petschko avatar Petschko commented on May 26, 2024

Please tell me if somebody is able to reproduce this problem... Please tell me which Browser (+Version) you use. Please also tell me your OS. I need more information to remove this bug because I'm not able to reproduce it...

from rpg-maker-mv-decrypter.

Petschko avatar Petschko commented on May 26, 2024

Bug occours on:

  • Chrome: Version 55.0.2883.75 m (todo: test)
  • Firefox: 50.0.2 - Its my version to and It works fine I guess thats not important
    Within US (Maybe the charset I have to test)

from rpg-maker-mv-decrypter.

Petschko avatar Petschko commented on May 26, 2024

Bug seems to appear only in chrome

from rpg-maker-mv-decrypter.

Petschko avatar Petschko commented on May 26, 2024

Checked this one again. You can't view it in the Browser. But if you Download it, you get the right image... so its works, may Google-Chrome has some problems displaying blob-files?

from rpg-maker-mv-decrypter.

Petschko avatar Petschko commented on May 26, 2024

Oooh!

Thank you for the information, I will try that out!

from rpg-maker-mv-decrypter.

r4sas avatar r4sas commented on May 26, 2024

And what about saving files on IE: data URI is not supported, so check out navigator.msSaveBlob. Set it on "Save" onclick option like navigator.msSaveBlob(blob, fileName), where blob is this.blob in previous comment.

from rpg-maker-mv-decrypter.

Related Issues (20)

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.