2

I am trying to use Rangy in my Google Chrome extension, but I keep on receiving the error "Module 'WrappedSelection' not supported". This is a bare-bones extension so I have not implemented any code in this project other then Rangy.

Does anyone know if Rangy is compatible with a Google Chrome extension?

djd
  • 4,988
  • 2
  • 25
  • 35
user27279
  • 145
  • 1
  • 1
  • 8

1 Answers1

1

I'm no expert in Google Chrome extensions but I don't believe there's any reason why Rangy couldn't be used in one. I believe it's done using content scripts. A project called Feltipen uses Rangy in a Chrome extension.

Tim Down
  • 318,141
  • 75
  • 454
  • 536