How to locally test javascript that contains classes that require secure context
EDIT: It looks like I was making a false assumption that the reason why my code was not working (I was getting AudioWorkletProcessor is undefined) was because the context was insecure... but I will leave this question up since the…