Hi blink-dev, We are designing a new API for handwriting recognition, and want to know if we should put methods behind a namespace.
We have two methods: - navigator.queryHandwritingRecognizerSupport - navigator.createHandwritingRecognizer We anticipate most websites will call the first method (to decide if the handwriting recognition support meets their needs), before calling the second (to make use of the feature). We want to know if it's more preferable to put them behind a namespace, for example: - navigator.handwriting.queryRecognizerSupport - navigator.handwriting.createRecognizer -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscr...@chromium.org. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CANFkJJ%3DdX_DHHo2fSNJPL1DT5zGnuQYKGfjeHekrbcRE4E%2Bo6w%40mail.gmail.com.