We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
protobuf.js version: 6.7.0
I have a QML file that imports a JavaScript library
// protobuf import "qrc:/protobuf/node_modules/protobufjs/dist/protobuf.js" as PB ... console.log(PB.load) // undefined
But it always undefined.
https://stackoverflow.com/a/38714434/1026990