docson icon indicating copy to clipboard operation
docson copied to clipboard

Embedded with empty "type"

Open boekkooi-fresh opened this issue 8 years ago • 1 comments

This PR fixes a issue where something like frame.contentWindow.postMessage({ id: "docson", action: "load", definitions: definition, type: ""}, "*"); was not working.

boekkooi-fresh avatar Jan 03 '17 12:01 boekkooi-fresh

Can you provide a case where type would be legitimately set to the empty string? I'm trying to figure out in which cases it could happen, and what is the desired behavior in those cases.

yanick avatar Feb 03 '18 01:02 yanick