I understand it is a missing type in node-gir.
This comes up when doing
webView.get_main_frame().print_full(printOp, gtk.PrintOperationAction.export);
or the webkitgtk C equivalent :
webkit_web_frame_print_full(mywebframe, myPrintOperation, GTK_PRINT_OPERATION_ACTION_EXPORT)