Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for edge.
No, I have no idea if it's built right for the store. I've been running it locally and it seems to work pretty well. Similarly no, I have absolutely no desire to publish or maintain this on MS's store for public consumption. I just figured that if it exists I'd PR it up to the mainline and leave build support for it. You'll note
build/edge.zip
has not been added to the main build call.The changes themselves are actually pretty simple.
manifest.json
for edge. (Note, in Edge we have to userun_at: "document_end"
or elsedocument.head
isnull
)/addon/vendor
). As far as I can tell they're provided unlicensed so we're in the clear there.console.log.bind
not being legal in IEThere is a known issue where apparently every time we call
console.log
it fails and throws some unknown error with a long error code. Fuck if I know why that happens but error logging is not something we get to have right now.Anyway, there it is. Figure anyone who wants it and is enterprising enough to build BPM can have it.